MCPcopy
hub / github.com/yusing/godoxy / ConfigBase

Struct ConfigBase

internal/logging/accesslog/config.go:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11type (
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected