Versions in this module Expand all Collapse all v0 v0.1.0 Sep 29, 2024 Changes in this version + func ParseDuration(s string) (time.Duration, error) + type AdminAccess struct + Permissions []AdminPermissions + PublicKeys []string + type AdminConfig struct + Config *ConfigSettings + Disabled bool + EnforceOrigin bool + Identity *IdentityConfig + Listen string + Origins []string + Remote *RemoteAdmin + type AdminPermissions struct + Methods []string + Paths []string + type BaseLog struct + Encoder any + Level string + Sampling *LogSampling + Writer any + type ConfigSettings struct + Load any + LoadDelay Duration + Persist *bool + type CustomLog struct + Exclude []string + Include []string + type Duration time.Duration + func (d *Duration) UnmarshalJSON(b []byte) error + type IdentityConfig struct + Identifiers []string + Issuers []any + type LogSampling struct + First int + Interval time.Duration + Thereafter int + type Logging struct + Logs map[string]*CustomLog + Sink *SinkLog + type ModuleMap map[string]json.RawMessage + type RemoteAdmin struct + AccessControl []*AdminAccess + Listen string + type SinkLog struct