Documentation
¶
Index ¶
Constants ¶
View Source
const ( TagCliExample = "NAME[description key]:valueType=defaultValue" CountPartsTagData = 2 CountPartsNameType = 2 CountPartsNameDescription = 2 )
Variables ¶
This section is empty.
Functions ¶
func NewTagProcessor ¶
func NewTagProcessor() refavour.TagProcessor
Types ¶
type CliVar ¶
func (*CliVar) GetFloat64 ¶
type TagInfo ¶ added in v0.0.47
type TagInfo struct {
Tag string
}
func (*TagInfo) GetFieldInfo ¶ added in v0.0.47
type UnknownValueTypeError ¶ added in v0.0.20
type UnknownValueTypeError struct {
ValueType string
}
Ошибка - Неизвестный тип значения --------------------------------------------------
func (*UnknownValueTypeError) Error ¶ added in v0.0.20
func (e *UnknownValueTypeError) Error() string
Click to show internal directories.
Click to hide internal directories.