Documentation ¶
Index ¶
- type Item
- type List
- func (t *List[T]) AddItem(dataId string, data T) (err error)
- func (t *List[T]) GetAllId() (idList []string, err error)
- func (t *List[T]) GetItem(dataId string) (data T, err error)
- func (t *List[T]) IsExist(dataId string) (isFile bool, isExist bool, err error)
- func (t *List[T]) RemoveItem(dataId string) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
Click to show internal directories.
Click to hide internal directories.