Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
AccessKeyId string
AccessKeySecret string
Endpoint string
Project string
Logstore string
UserAgent string
Source string
Tags map[string]string
Levels []logrus.Level
BatchSize uint32
BatchInterval time.Duration
BufferSize int
MaxAttempts int
}
Config represents the configuration for creating Log Service client.
Click to show internal directories.
Click to hide internal directories.