| 51 | } |
| 52 | |
| 53 | type LogS struct { |
| 54 | Level string `mapstructure:"level"` |
| 55 | cmd bool `mapstructure:"cmd"` |
| 56 | OutPut string `mapstructure:"output"` |
| 57 | Key string `mapstructure:"key"` |
| 58 | RedisHost string `mapstructure:"redis_host"` |
| 59 | RedisPort int `mapstructure:"redis_port"` |
| 60 | } |
| 61 | |
| 62 | type CacheS struct { |
| 63 | Enable bool `mapstructure:"enable"` |
nothing calls this directly
no outgoing calls
no test coverage detected