Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BothanClient ¶
type BothanClient interface { bothanclient.Client }
type FeedQuerier ¶
type FeedQuerier interface { QueryCurrentFeeds() (*feeds.QueryCurrentFeedsResponse, error) QueryReferenceSourceConfig() (*feeds.QueryReferenceSourceConfigResponse, error) }
type RemoteClient ¶
type RemoteClient interface { rpcclient.RemoteClient }
type Updater ¶
type Updater struct {
// contains filtered or unexported fields
}
func New ¶
func New( feedQuerier FeedQuerier, bothanClient BothanClient, clients []rpcclient.RemoteClient, logger *logger.Logger, queryInterval time.Duration, ) *Updater
Click to show internal directories.
Click to hide internal directories.