| 10 | |
| 11 | type ( |
| 12 | ConfigBase struct { |
| 13 | Path string `json:"path,omitempty"` |
| 14 | Stdout bool `json:"stdout"` |
| 15 | Retention *Retention `json:"retention" aliases:"keep"` |
| 16 | RotateInterval time.Duration `json:"rotate_interval,omitempty" swaggertype:"primitive,integer"` |
| 17 | } // @name AccessLoggerConfigBase |
| 18 | ACLLoggerConfig struct { |
| 19 | ConfigBase |
| 20 |
nothing calls this directly
no outgoing calls
no test coverage detected