Documentation ¶
Index ¶
- func MakeCliFormat2(co string_format_writer.ColorOptions) *bezeichnungCliFormat
- type Bezeichnung
- func (a Bezeichnung) Equals(b Bezeichnung) (ok bool)
- func (a Bezeichnung) IsEmpty() bool
- func (a Bezeichnung) Less(b Bezeichnung) (ok bool)
- func (a Bezeichnung) MarshalBinary() (text []byte, err error)
- func (a Bezeichnung) MarshalText() (text []byte, err error)
- func (a *Bezeichnung) Reset()
- func (b *Bezeichnung) Set(v string) (err error)
- func (b Bezeichnung) String() string
- func (a *Bezeichnung) UnmarshalBinary(text []byte) (err error)
- func (a *Bezeichnung) UnmarshalText(text []byte) (err error)
- func (a Bezeichnung) WasSet() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeCliFormat2 ¶
func MakeCliFormat2( co string_format_writer.ColorOptions, ) *bezeichnungCliFormat
Types ¶
type Bezeichnung ¶
type Bezeichnung struct {
// contains filtered or unexported fields
}
func Make ¶
func Make(v string) Bezeichnung
func (Bezeichnung) Equals ¶
func (a Bezeichnung) Equals(b Bezeichnung) (ok bool)
func (Bezeichnung) IsEmpty ¶
func (a Bezeichnung) IsEmpty() bool
func (Bezeichnung) Less ¶
func (a Bezeichnung) Less(b Bezeichnung) (ok bool)
func (Bezeichnung) MarshalBinary ¶
func (a Bezeichnung) MarshalBinary() (text []byte, err error)
func (Bezeichnung) MarshalText ¶
func (a Bezeichnung) MarshalText() (text []byte, err error)
func (*Bezeichnung) Reset ¶
func (a *Bezeichnung) Reset()
func (*Bezeichnung) Set ¶
func (b *Bezeichnung) Set(v string) (err error)
func (Bezeichnung) String ¶
func (b Bezeichnung) String() string
func (*Bezeichnung) UnmarshalBinary ¶
func (a *Bezeichnung) UnmarshalBinary(text []byte) (err error)
func (*Bezeichnung) UnmarshalText ¶
func (a *Bezeichnung) UnmarshalText(text []byte) (err error)
func (Bezeichnung) WasSet ¶
func (a Bezeichnung) WasSet() bool
Click to show internal directories.
Click to hide internal directories.