Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPOutputProvider ¶
type HTTPOutputProvider struct {
// contains filtered or unexported fields
}
HTTPOutputProvider HTTP output provider
func (*HTTPOutputProvider) GetSpec ¶
func (op *HTTPOutputProvider) GetSpec() model.OutputSpec
GetSpec return output provider specifications
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager of output channel.
func NewManager ¶
func NewManager(db store.DB, uris []string, cacheRetention time.Duration, pr *plugin.Registry, cf *filter.Chain) (*Manager, error)
NewManager creates a new manager
func (*Manager) GetSpec ¶
func (m *Manager) GetSpec() []model.OutputSpec
GetSpec return specification of the manager
type StdOutputProvider ¶
type StdOutputProvider struct {
// contains filtered or unexported fields
}
StdOutputProvider STDOUT output provider
func (*StdOutputProvider) GetSpec ¶
func (op *StdOutputProvider) GetSpec() model.OutputSpec
GetSpec return output provider specifications
Click to show internal directories.
Click to hide internal directories.