Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsrCollection ¶
type AsrCollection struct {
// contains filtered or unexported fields
}
func NewAsrCollection ¶
func NewAsrCollection(databaseName string) (*AsrCollection, error)
func (*AsrCollection) Add ¶
func (ac *AsrCollection) Add(asrModel any) error
func (*AsrCollection) Del ¶
func (ac *AsrCollection) Del(uniqueId string) error
func (*AsrCollection) List ¶
func (ac *AsrCollection) List() (any, error)
func (*AsrCollection) Update ¶
func (ac *AsrCollection) Update(asrModel any) error
type Collection ¶
type TaskCollection ¶
type TaskCollection struct {
// contains filtered or unexported fields
}
func NewTaskCollection ¶
func NewTaskCollection(databaseName string) (*TaskCollection, error)
func (*TaskCollection) Add ¶
func (tc *TaskCollection) Add(task any) error
func (*TaskCollection) Del ¶
func (tc *TaskCollection) Del(uniqueId string) error
func (*TaskCollection) List ¶
func (tc *TaskCollection) List() (any, error)
func (*TaskCollection) Update ¶
func (tc *TaskCollection) Update(job any) error
Click to show internal directories.
Click to hide internal directories.