Documentation
¶
Index ¶
- type Parameter
- func (p Parameter[ValueType]) GetActive() bool
- func (p Parameter[ValueType]) GetDefaultValue() any
- func (p Parameter[ValueType]) GetDescription() string
- func (p Parameter[ValueType]) GetDescriptionKey() messages.MessageKey
- func (p Parameter[ValueType]) GetEnvVarName() string
- func (p Parameter[ValueType]) GetFlagName() string
- func (p Parameter[ValueType]) GetHiddenFlag() bool
- func (p Parameter[ValueType]) GetID() string
- func (p Parameter[ValueType]) GetRecordToLog() bool
- func (p *Parameter[ValueType]) SetActive(active bool)
- func (p *Parameter[ValueType]) SetDescription(description string)
- type ParameterWithDescriptionFromMessageCatalog
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parameter ¶
type Parameter[ValueType any] struct { // contains filtered or unexported fields }
func NewParameter ¶
func (Parameter[ValueType]) GetDefaultValue ¶
func (Parameter[ValueType]) GetDescription ¶
func (Parameter[ValueType]) GetDescriptionKey ¶
func (p Parameter[ValueType]) GetDescriptionKey() messages.MessageKey
func (Parameter[ValueType]) GetEnvVarName ¶
func (Parameter[ValueType]) GetFlagName ¶
func (Parameter[ValueType]) GetHiddenFlag ¶
func (Parameter[ValueType]) GetRecordToLog ¶
func (*Parameter[ValueType]) SetDescription ¶
Click to show internal directories.
Click to hide internal directories.