Documentation ¶
Index ¶
Constants ¶
View Source
const ( Default = madmin.Default Enable = madmin.EnableKey License = "license" // Deprecated Dec 2021 )
Default keys
View Source
const ( LoggerWebhookSubSys = "logger_webhook" AuditWebhookSubSys = "audit_webhook" )
Top level config constants.
Variables ¶
This section is empty.
Functions ¶
func EnsureCertAndKey ¶
EnsureCertAndKey checks if both client certificate and key paths are provided
Types ¶
type BoolFlag ¶
type BoolFlag bool
BoolFlag - wrapper bool type.
func ParseBoolFlag ¶
ParseBoolFlag - parses string into BoolFlag.
func (BoolFlag) MarshalJSON ¶
MarshalJSON - converts BoolFlag into JSON data.
func (*BoolFlag) UnmarshalJSON ¶
UnmarshalJSON - parses given data into BoolFlag.
Click to show internal directories.
Click to hide internal directories.