Documentation ¶
Overview ¶
Package lsk helps with Log Sinks
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parameters ¶
type Parameters struct { Parent string SinkNameSuffix string `yaml:"sinkNameSuffix"` Filter string TopicName string `yaml:"topicName"` }
Parameters structure
type SinkDeployment ¶
type SinkDeployment struct { Artifacts struct { SinkName string `yaml:"sinkName"` Destination string TopicFullName string `yaml:"topicFullName"` } Core *deploy.Core Settings struct { Instance struct { LSK Parameters } } }
SinkDeployment settings and artifacts structure
func NewSinkDeployment ¶
func NewSinkDeployment() *SinkDeployment
NewSinkDeployment create deployment structure
func (*SinkDeployment) Deploy ¶
func (sinkDeployment *SinkDeployment) Deploy() (err error)
Deploy get-create-update sinks
Click to show internal directories.
Click to hide internal directories.