Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DAO ¶
type DAO interface { GetName() string Count(context.Context) (int64, error) GetByID(context.Context, string, interface{}) error GetList(context.Context, interface{}, map[string]interface{}, int64) error GetAll(context.Context, interface{}, int64) error Insert(context.Context, interface{}) (string, error) UpdateByID(context.Context, string, interface{}) error RemoveByID(context.Context, string) error }
DAO interface for accessing a standard collection of items
type HashedItem ¶
HashedItem interface for handling passwords
type ItemFormData ¶
ItemFormData interface for handling forms to populate IDs
Click to show internal directories.
Click to hide internal directories.