Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIndexAbbr ¶
func NewIndexAbbr( options options_print.V0, envRepo env_repo.Env, ) (i *indexAbbr, err error)
Types ¶
type AbbrStoreCompleteGeneric ¶
type AbbrStoreCompleteGeneric[V any, VPtr interfaces.Ptr[V]] interface { sku.AbbrStoreGeneric[V, VPtr] AbbrStoreMutableGeneric[V, VPtr] }
type AbbrStoreMutableGeneric ¶
type AbbrStoreMutableGeneric[V any, VPtr interfaces.Ptr[V]] interface { Add(VPtr) error }
TODO refactor this whole thing to be simpler and get rid of generics
Click to show internal directories.
Click to hide internal directories.