Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB interface { GetAll(accountID string, opts *gModels.QueryOpts) ([]*models.Bin, error) Get(accountID string, ID string) (*models.Bin, error) Create(accountID string, bin *models.Bin) error Update(accountID string, ID string, bin *models.Bin) (int, error) Delete(accountID string, ID string) (int, error) Destroy(accountID string) (int, error) }
DB ...
Click to show internal directories.
Click to hide internal directories.