Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fetcher ¶
type Fetcher struct { *runtime.Config ConfigMutex sync.Mutex // contains filtered or unexported fields }
func NewFetcher ¶
func NewFetcher(config *runtime.Config, db database.Connection) *Fetcher
type Status ¶
type Status struct { URL string `json:"url"` Name string `json:"name"` Error string `json:"error,omitempty"` Timestamp jsontime.Time `json:"timestemp"` NodesCount int `json:"nodes_count"` NodesSkipCount int `json:"nodes_skip_count"` NeighboursCount int `json:"neighbours_count"` LinksCount int `json:"links_count"` }
Click to show internal directories.
Click to hide internal directories.