Documentation ¶
Index ¶
Constants ¶
View Source
const TYPE_FORMATED = "f"
View Source
const TYPE_UNFORMATED = "u"
Variables ¶
This section is empty.
Functions ¶
func BuildElements ¶
Types ¶
type Format ¶
type Format struct { Kind string Group string Identifier string Key string Elems int Category string Type string }
func NewFromString ¶
func (Format) GetCategory ¶ added in v0.0.114
type Unformated ¶ added in v0.0.114
func NewUnformated ¶ added in v0.0.114
func NewUnformated(key string, category string) Unformated
func (Unformated) Full ¶ added in v0.0.114
func (format Unformated) Full() bool
func (Unformated) GetCategory ¶ added in v0.0.114
func (format Unformated) GetCategory() string
func (Unformated) GetType ¶ added in v0.0.114
func (format Unformated) GetType() string
func (Unformated) IsValid ¶ added in v0.0.114
func (format Unformated) IsValid() bool
func (Unformated) ToBytes ¶ added in v0.0.114
func (format Unformated) ToBytes() []byte
func (Unformated) ToString ¶ added in v0.0.114
func (format Unformated) ToString() string
Click to show internal directories.
Click to hide internal directories.