Documentation ¶
Index ¶
- Constants
- func BuildElements(splitted []string) ([]string, int)
- type Format
- func (format Format) Full() bool
- func (format Format) GetCategory() string
- func (format Format) GetType() string
- func (format Format) GetUUID() uuid.UUID
- func (format Format) IsValid() bool
- func (format Format) ToBytes() []byte
- func (format Format) ToString() string
- func (format Format) ToStringWithUUID() string
- type Unformated
- func (format Unformated) Full() bool
- func (format Unformated) GetCategory() string
- func (format Unformated) GetType() string
- func (format Unformated) GetUUID() uuid.UUID
- func (format Unformated) IsValid() bool
- func (format Unformated) ToBytes() []byte
- func (format Unformated) ToString() string
- func (format Unformated) ToStringWithUUID() string
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 { UUID uuid.UUID Kind string Group string Identifier string Key string Elems int Category string Type string }
func NewFromString ¶
func (Format) GetCategory ¶ added in v0.0.114
func (Format) ToStringWithUUID ¶ added in v0.0.125
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) GetUUID ¶ added in v0.0.125
func (format Unformated) GetUUID() uuid.UUID
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
func (Unformated) ToStringWithUUID ¶ added in v0.0.125
func (format Unformated) ToStringWithUUID() string
Click to show internal directories.
Click to hide internal directories.