Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityMqDto ¶
type Hertz ¶
type Hertz struct {
Service string `yaml:"service"`
Address string `yaml:"address"`
EnableSwagger bool `yaml:"enable_swagger"`
EnablePprof bool `yaml:"enable_pprof"`
EnableGzip bool `yaml:"enable_gzip"`
EnableAccessLog bool `yaml:"enable_access_log"`
LogLevel string `yaml:"log_level"`
LogFileName string `yaml:"log_file_name"`
LogMaxSize int `yaml:"log_max_size"`
LogMaxBackups int `yaml:"log_max_backups"`
LogMaxAge int `yaml:"log_max_age"`
}
type Kitex ¶
type Kitex struct {
Service string `yaml:"service"`
Address string `yaml:"address"`
MetricsPort string `yaml:"metrics_port"`
EnablePprof bool `yaml:"enable_pprof"`
EnableGzip bool `yaml:"enable_gzip"`
EnableAccessLog bool `yaml:"enable_access_log"`
LogLevel string `yaml:"log_level"`
LogFileName string `yaml:"log_file_name"`
LogMaxSize int `yaml:"log_max_size"`
LogMaxBackups int `yaml:"log_max_backups"`
LogMaxAge int `yaml:"log_max_age"`
}
type Monitor ¶
type Monitor struct {
OTel OTel `yaml:"otel"`
Prometheus Prometheus `yaml:"prometheus"`
Registry Registry `yaml:"registry"`
}
type PasetoConfig ¶
type PasetoSecretConfig ¶
type Prometheus ¶
type UserImageMqDto ¶
Click to show internal directories.
Click to hide internal directories.