Documentation ¶
Index ¶
- Constants
- type AssignmentTreeConstructor
- type CompareMap
- type ErrorRead
- type Factory
- type Flags
- type Metadatei
- type Mode
- type Options
- type Refiner
- type SetKeyToMetadatei
- type Text
- func (a Text) AlignmentSpacing() int
- func (a Text) Depth() int
- func (a Text) MaxDepth() (d int)
- func (a Text) MaxKopfUndSchwanz() (kopf, schwanz int)
- func (a Text) MaxLen() (m int)
- func (t *Text) ReadFrom(r io.Reader) (n int64, err error)
- func (t *Text) Refine() (err error)
- func (a Text) String() (s string)
- func (in *Text) ToCompareMap() (out CompareMap, err error)
- func (ot Text) WriteTo(out io.Writer) (n int64, err error)
Constants ¶
View Source
const ( ModeInteractive = Mode(iota) ModeCommitDirectly ModeOutputOnly ModeUnknown = -1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignmentTreeConstructor ¶
type AssignmentTreeConstructor struct {
Options
}
func (*AssignmentTreeConstructor) Assignments ¶
func (atc *AssignmentTreeConstructor) Assignments() (roots []*assignment, err error)
type CompareMap ¶
type CompareMap struct { // etikett to hinweis Named SetKeyToMetadatei // etikett to bezeichnung Unnamed SetKeyToMetadatei }
type Flags ¶
type Flags struct { Options ExtraEtiketten collections_ptr.Flag[kennung.Etikett, *kennung.Etikett] // contains filtered or unexported fields }
func MakeFlagsWithMetadatei ¶
func (*Flags) AddToFlagSet ¶
func (*Flags) GetOptions ¶
func (o *Flags) GetOptions( printOptions erworben_cli_print_options.PrintOptions, q matcher.Query, stringFormatWriter schnittstellen.StringFormatWriter[*sku.Transacted], ) Options
type Metadatei ¶
type Metadatei struct { kennung.EtikettSet Matchers schnittstellen.SetLike[matcher.Matcher] Typ kennung.Typ }
func (Metadatei) HasMetadateiContent ¶
type Options ¶
type Options struct { Konfig konfig.Compiled Typ kennung.Typ GroupingEtiketten kennung.Slice ExtraEtiketten kennung.EtikettSet Transacted schnittstellen.SetLike[*sku.Transacted] Expanders kennung.Abbr UsePrefixJoints bool UseRightAlignedIndents bool UseRefiner bool UseMetadateiHeader bool PrintOptions erworben_cli_print_options.PrintOptions StringFormatWriter schnittstellen.StringFormatWriter[*sku.Transacted] // contains filtered or unexported fields }
type SetKeyToMetadatei ¶
TODO-P4 make generic
func (SetKeyToMetadatei) Add ¶
func (s SetKeyToMetadatei) Add(h string)
func (SetKeyToMetadatei) AddEtikett ¶
func (s SetKeyToMetadatei) AddEtikett(h string, e kennung.Etikett)
func (SetKeyToMetadatei) ContainsEtikett ¶
func (s SetKeyToMetadatei) ContainsEtikett( h string, e kennung.Etikett, ) (ok bool)
func (SetKeyToMetadatei) String ¶
func (m SetKeyToMetadatei) String() string
type Text ¶
func (Text) AlignmentSpacing ¶
func (a Text) AlignmentSpacing() int
func (Text) MaxKopfUndSchwanz ¶
func (a Text) MaxKopfUndSchwanz() (kopf, schwanz int)
func (*Text) ToCompareMap ¶
func (in *Text) ToCompareMap() (out CompareMap, err error)
Click to show internal directories.
Click to hide internal directories.