Documentation ¶
Index ¶
- type CwdFiles
- func (fs CwdFiles) All(f schnittstellen.FuncIter[*sku.ExternalMaybe]) (err error)
- func (fs CwdFiles) ContainsSku(m *sku.Transacted) bool
- func (CwdFiles) Each(_ schnittstellen.FuncIter[sku.Query]) error
- func (fs CwdFiles) EachCreatableMatchable(m schnittstellen.FuncIter[*sku.ExternalMaybe]) (err error)
- func (fs CwdFiles) Get(k schnittstellen.StringerGattungGetter) (t *sku.ExternalMaybe, ok bool)
- func (fs CwdFiles) GetCwdFDs() fd.Set
- func (fs CwdFiles) GetEtikett(k *kennung.Etikett) (e *Etikett, ok bool)
- func (fs CwdFiles) GetKasten(h *kennung.Kasten) (z *Kasten, ok bool)
- func (fs CwdFiles) GetKennungForFD(fd *fd.FD) (k *kennung.Kennung2, err error)
- func (fs CwdFiles) GetTyp(k *kennung.Typ) (t *Typ, ok bool)
- func (fs CwdFiles) GetZettel(h *kennung.Hinweis) (z *Zettel, ok bool)
- func (c CwdFiles) Len() int
- func (fs *CwdFiles) MarkUnsureAkten(f *fd.FD) (err error)
- func (c CwdFiles) MatcherLen() int
- func (fs CwdFiles) String() (out string)
- func (fs CwdFiles) ZettelFiles() (out []string, err error)
- type Etikett
- type Kasten
- type Typ
- type Zettel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CwdFiles ¶
type CwdFiles struct { // TODO-P4 make private Zettelen schnittstellen.MutableSetLike[*Zettel] Typen schnittstellen.MutableSetLike[*Typ] Kisten schnittstellen.MutableSetLike[*Kasten] Etiketten schnittstellen.MutableSetLike[*Etikett] // TODO-P4 make set UnsureAkten fd.MutableSet EmptyDirectories []*fd.FD // contains filtered or unexported fields }
func MakeCwdFilesAll ¶
func MakeCwdFilesExactly ¶
func (CwdFiles) All ¶
func (fs CwdFiles) All( f schnittstellen.FuncIter[*sku.ExternalMaybe], ) (err error)
func (CwdFiles) ContainsSku ¶
func (fs CwdFiles) ContainsSku(m *sku.Transacted) bool
func (CwdFiles) EachCreatableMatchable ¶
func (fs CwdFiles) EachCreatableMatchable( m schnittstellen.FuncIter[*sku.ExternalMaybe], ) (err error)
func (CwdFiles) Get ¶
func (fs CwdFiles) Get( k schnittstellen.StringerGattungGetter, ) (t *sku.ExternalMaybe, ok bool)
func (CwdFiles) GetEtikett ¶
func (CwdFiles) GetKennungForFD ¶
func (CwdFiles) GetZettel ¶
type Etikett ¶
type Etikett = sku.ExternalMaybe
type Kasten ¶
type Kasten = sku.ExternalMaybe
type Typ ¶
type Typ = sku.ExternalMaybe
type Zettel ¶
type Zettel = sku.ExternalMaybe
Click to show internal directories.
Click to hide internal directories.