Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogStorage ¶
type LogStorage struct { Type string `yaml:"type"` AccessKey string `yaml:"accessKey"` SecretKey string `yaml:"secretKey"` Region string `yaml:"region"` Endpoint string `yaml:"endpoint"` Bucket string `yaml:"bucket"` DisableSSL bool `yaml:"disableSSL"` SkipVerify bool `yaml:"skipVerify"` S3ForcePathStyle bool `yaml:"s3ForcePathStyle"` }
Click to show internal directories.
Click to hide internal directories.