Documentation ¶
Index ¶
Constants ¶
View Source
const (
NameHomeTable = "t-home-table"
)
Variables ¶
This section is empty.
Functions ¶
func FindSignalTable ¶
Types ¶
type Home ¶
type Home struct {
Signals SignalTable
}
type HomeClient ¶ added in v0.0.2
func NewClient ¶ added in v0.0.2
func NewClient(cacheDuration time.Duration) *HomeClient
func (*HomeClient) Home ¶ added in v0.0.2
func (c *HomeClient) Home() (h *Home, err error)
type InsiderTable ¶
type InsiderTable struct { }
type Signal ¶
func ParseSignal ¶
type SignalTable ¶
type SignalTable struct {
Items []Signal
}
func ParseSignalTable ¶
func ParseSignalTable(t *html.Tokenizer) (s *SignalTable)
type TableParser ¶
type TableParser struct {
// contains filtered or unexported fields
}
func NewTableParser ¶
func NewTableParser(cols []string) *TableParser
Click to show internal directories.
Click to hide internal directories.