Documentation ¶
Index ¶
Constants ¶
View Source
const Type = "sls"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Endpoint string `yaml:"endpoint,omitempty" validate:"required"` AccessKeyId string `yaml:"accessKeyId,omitempty" validate:"required"` AccessKeySecret string `yaml:"accessKeySecret,omitempty" validate:"required"` Project string `yaml:"project,omitempty" validate:"required"` LogStore string `yaml:"logstore,omitempty" validate:"required"` Topic string `yaml:"topic,omitempty"` // empty topic is supported in sls storage }
Click to show internal directories.
Click to hide internal directories.