Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultWorkerCount int = 8
Default settings
Functions ¶
func StrToBytes ¶
Types ¶
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
func (*Source) HandleRequest ¶
func (*Source) InitSubscription ¶
type SourceConfig ¶
type SourceConfig struct {
Sources map[string]SourceInfo `json:"sources"`
}
type SourceInfo ¶
type SourceManager ¶
type SourceManager struct {
// contains filtered or unexported fields
}
func NewSourceManager ¶
func NewSourceManager(adapter *Adapter) *SourceManager
func (*SourceManager) Initialize ¶
func (sm *SourceManager) Initialize() error
func (*SourceManager) LoadSourceConfig ¶
func (sm *SourceManager) LoadSourceConfig(filename string) (*SourceConfig, error)
Click to show internal directories.
Click to hide internal directories.