Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SinkConf ¶
type SinkConf interface {
GetKind() string
}
SinkConf all sinks should implement this interfaces
type SinkConfCommon ¶
type SinkConfCommon struct {
Kind string `json:"kind" yaml:"kind"`
}
func (*SinkConfCommon) GetKind ¶
func (s *SinkConfCommon) GetKind() string
Click to show internal directories.
Click to hide internal directories.