Documentation
¶
Index ¶
- Variables
- func MakeCliFormat(truncate string_format_writer.CliFormatTruncation, ...) *formatCli[*Description]
- func MakeCliFormatGeneric[T interfaces.Stringer](truncate string_format_writer.CliFormatTruncation, ...) *formatCli[T]
- func MakeCliFormatStringer(truncate string_format_writer.CliFormatTruncation, ...) *formatCliStringer
- type Description
- func (a Description) Equals(b Description) (ok bool)
- func (a Description) IsEmpty() bool
- func (a Description) Less(b Description) (ok bool)
- func (a Description) MarshalBinary() (text []byte, err error)
- func (a Description) MarshalText() (text []byte, err error)
- func (b *Description) ReadFromTokenScanner(rs *query_spec.TokenScanner) (err error)
- func (a *Description) Reset()
- func (b *Description) Set(v string) (err error)
- func (b Description) String() string
- func (b Description) StringWithoutNewlines() string
- func (b *Description) TodoSetManyCatgutStrings(vs ...*catgut.String) (err error)
- func (b *Description) TodoSetSlice(v catgut.Slice) (err error)
- func (a *Description) UnmarshalBinary(text []byte) (err error)
- func (a *Description) UnmarshalText(text []byte) (err error)
- func (a Description) WasSet() bool
Constants ¶
This section is empty.
Variables ¶
View Source
var Equaler equaler
Functions ¶
func MakeCliFormat ¶
func MakeCliFormat( truncate string_format_writer.CliFormatTruncation, co string_format_writer.ColorOptions, quote bool, ) *formatCli[*Description]
func MakeCliFormatGeneric ¶
func MakeCliFormatGeneric[T interfaces.Stringer]( truncate string_format_writer.CliFormatTruncation, co string_format_writer.ColorOptions, quote bool, ) *formatCli[T]
func MakeCliFormatStringer ¶
func MakeCliFormatStringer( truncate string_format_writer.CliFormatTruncation, co string_format_writer.ColorOptions, quote bool, ) *formatCliStringer
Types ¶
type Description ¶
type Description struct {
// contains filtered or unexported fields
}
TODO-P1 move to catgut.String
func Make ¶
func Make(v string) Description
func (Description) Equals ¶
func (a Description) Equals(b Description) (ok bool)
func (Description) IsEmpty ¶
func (a Description) IsEmpty() bool
func (Description) Less ¶
func (a Description) Less(b Description) (ok bool)
func (Description) MarshalBinary ¶
func (a Description) MarshalBinary() (text []byte, err error)
func (Description) MarshalText ¶
func (a Description) MarshalText() (text []byte, err error)
func (*Description) ReadFromTokenScanner ¶
func (b *Description) ReadFromTokenScanner(rs *query_spec.TokenScanner) (err error)
func (*Description) Reset ¶
func (a *Description) Reset()
func (*Description) Set ¶
func (b *Description) Set(v string) (err error)
func (Description) String ¶
func (b Description) String() string
func (Description) StringWithoutNewlines ¶
func (b Description) StringWithoutNewlines() string
func (*Description) TodoSetManyCatgutStrings ¶
func (b *Description) TodoSetManyCatgutStrings( vs ...*catgut.String, ) (err error)
func (*Description) TodoSetSlice ¶
func (b *Description) TodoSetSlice(v catgut.Slice) (err error)
func (*Description) UnmarshalBinary ¶
func (a *Description) UnmarshalBinary(text []byte) (err error)
func (*Description) UnmarshalText ¶
func (a *Description) UnmarshalText(text []byte) (err error)
func (Description) WasSet ¶
func (a Description) WasSet() bool
Click to show internal directories.
Click to hide internal directories.