notes

package
v0.0.0-...-13330ff Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2015 License: BSD-2-Clause Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Note

type Note struct {
	CompanyName, Note      string
	NoteId, CIK, Timestamp int64
}

type NoteFilter

type NoteFilter struct {
	CompanyName       string
	NoteFilterId, CIK int64
}

type NoteFilterManager

type NoteFilterManager struct {
	// contains filtered or unexported fields
}

func GetNewNoteFilterManager

func GetNewNoteFilterManager(persister *persist.MysqlPbStockResearcher) *NoteFilterManager

func (*NoteFilterManager) AddNoteFilter

func (nm *NoteFilterManager) AddNoteFilter(cik int64) *NoteFilter

func (*NoteFilterManager) GetNoteFilters

func (nm *NoteFilterManager) GetNoteFilters() map[int64]*NoteFilter

type NoteManager

type NoteManager struct {
	// contains filtered or unexported fields
}

func GetNewNoteManager

func GetNewNoteManager(persister *persist.MysqlPbStockResearcher) *NoteManager

func (*NoteManager) AddNote

func (nm *NoteManager) AddNote(cik int64, note string) *Note

func (*NoteManager) GetNotes

func (nm *NoteManager) GetNotes() map[int64]*Note

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL