Documentation ¶ Index ¶ func BuildElements(splitted []string) ([]string, int) type Format func New(elements ...string) *Format func NewFromString(f string) *Format func (format *Format) Full() bool func (format *Format) IsValid() bool func (format *Format) ToBytes() []byte func (format *Format) ToString() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BuildElements ¶ func BuildElements(splitted []string) ([]string, int) Types ¶ type Format ¶ type Format struct { Kind string Group string Identifier string Key string Elems int } func New ¶ func New(elements ...string) *Format func NewFromString ¶ func NewFromString(f string) *Format func (*Format) Full ¶ func (format *Format) Full() bool func (*Format) IsValid ¶ func (format *Format) IsValid() bool func (*Format) ToBytes ¶ func (format *Format) ToBytes() []byte func (*Format) ToString ¶ func (format *Format) ToString() string Source Files ¶ View all Source files Format.go Type.go Click to show internal directories. Click to hide internal directories.