Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBoxFromRequest ¶
func GetThingFromRequest ¶
Types ¶
type BoxContent ¶
type BoxContent struct {
// contains filtered or unexported fields
}
func NewBoxContent ¶
func NewBoxContent(db Storage, boxID string) BoxContent
func (BoxContent) Run ¶
func (b BoxContent) Run() (interface{}, error)
type BoxContentResult ¶
func (BoxContentResult) Equals ¶
func (b BoxContentResult) Equals(that BoxContentResult) bool
type GetTopBoxes ¶
type GetTopBoxes struct {
// contains filtered or unexported fields
}
func NewGetTopBoxesService ¶
func NewGetTopBoxesService(db Storage, userName string) GetTopBoxes
func (GetTopBoxes) Run ¶
func (b GetTopBoxes) Run() (interface{}, error)
type SaveTopBox ¶
type SaveTopBox struct {
// contains filtered or unexported fields
}
func NewSaveTopBox ¶
func NewSaveTopBox(db Storage, userName string, b model.Box) SaveTopBox
func (SaveTopBox) Run ¶
func (s SaveTopBox) Run() (interface{}, error)
Click to show internal directories.
Click to hide internal directories.