config.go 70 B

12345
  1. package config
  2. type System struct {
  3. Logger Logger `yaml:"logger"`
  4. }