Documentation
¶
Index ¶
- type Index
- func (sch *Index) AddDormantTag(e *tag_paths.Tag) (err error)
- func (sch *Index) ContainsSku(sk *sku.Transacted) bool
- func (sch *Index) Flush(s env_repo.Env, printerHeader interfaces.FuncIter[string], dryRun bool) (err error)
- func (sch *Index) GetChanges() (out []string)
- func (sch *Index) HasChanges() bool
- func (sch *Index) Load(s env_repo.Env) (err error)
- func (s *Index) ReadFrom(r *bufio.Reader) (n int64, err error)
- func (sch *Index) RemoveDormantTag(e *tag_paths.Tag) (err error)
- func (s Index) WriteTo(w io.Writer) (n int64, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Index ¶
type Index struct {
// contains filtered or unexported fields
}
func (*Index) ContainsSku ¶
func (sch *Index) ContainsSku(sk *sku.Transacted) bool
func (*Index) GetChanges ¶
func (*Index) HasChanges ¶
Click to show internal directories.
Click to hide internal directories.