Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BadSymbols ¶
type BadSymbols struct {
// contains filtered or unexported fields
}
Dates is a slice of time.Times
func GetBadSymbols ¶
func GetBadSymbols() *BadSymbols
func (*BadSymbols) AddBadSymbol ¶
func (bs *BadSymbols) AddBadSymbol(symbol string)
func (*BadSymbols) Count ¶
func (bs *BadSymbols) Count() int
func (*BadSymbols) IsBadSymbol ¶
func (bs *BadSymbols) IsBadSymbol(symbol string) bool
func (*BadSymbols) RemoveBadSymbol ¶
func (bs *BadSymbols) RemoveBadSymbol(symbol string)
func (*BadSymbols) String ¶
func (bs *BadSymbols) String() string
Click to show internal directories.
Click to hide internal directories.