Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OverrideDefaultBool ¶
OverrideDefaultBool checks whether the default value of v is the zero value, if so, ensure the flag has a correct value by providing one. A value different than zero would mean that it was read from a config file either from an extension or from a higher source (i.e: ocis command).
func OverrideDefaultInt ¶
OverrideDefaultInt checks whether the default value of v is the zero value, if so, ensure the flag has a correct value by providing one. A value different than zero would mean that it was read from a config file either from an extension or from a higher source (i.e: ocis command).
func OverrideDefaultInt64 ¶
OverrideDefaultInt64 checks whether the default value of v is the zero value, if so, ensure the flag has a correct value by providing one. A value different than zero would mean that it was read from a config file either from an extension or from a higher source (i.e: ocis command).
func OverrideDefaultString ¶
OverrideDefaultString checks whether the default value of v is the zero value, if so, ensure the flag has a correct value by providing one. A value different than zero would mean that it was read from a config file either from an extension or from a higher source (i.e: ocis command).
func OverrideDefaultUint64 ¶
OverrideDefaultUint64 checks whether the default value of v is the zero value, if so, ensure the flag has a correct value by providing one. A value different than zero would mean that it was read from a config file either from an extension or from a higher source (i.e: ocis command).
Types ¶
This section is empty.