Documentation
¶
Index ¶
- Constants
- func Register() bool
- type AuthType
- type Backend
- func (p *Backend) ConfigToFormat(format string, metadata types.Metadata) (string, error)
- func (p *Backend) CreateFeatureConfig() []backend.ConfigFeature
- func (p *Backend) Metadata() interface{}
- func (p *Backend) ParseConfig(format string, config string) (configReturn types.Metadata, err error)
- func (p *Backend) ValidateConfiguration(config types.Metadata) error
- type SinkFeature
Constants ¶
View Source
const ( RemoteHostURLConfigFeature = "remote_host" UsernameConfigFeature = "username" PasswordConfigFeature = "password" ApiTokenConfigFeature = "api_token" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
func (*Backend) ConfigToFormat ¶
func (*Backend) CreateFeatureConfig ¶
func (p *Backend) CreateFeatureConfig() []backend.ConfigFeature
func (*Backend) ParseConfig ¶
type SinkFeature ¶
type SinkFeature struct {
Backend string `json:"backend"`
Description string `json:"description"`
Config []backend.ConfigFeature `json:"config"`
}
Click to show internal directories.
Click to hide internal directories.