homework-jianmu/tools/keeper/infrastructure/config/audit.go

7 lines
116 B
Go

package config
type AuditConfig struct {
Enable bool `toml:"enable"`
Database Database `toml:"database"`
}