Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deps ¶
type Deps struct {
Db *storm.DB
UserRepo db.UserRepoer
InventoryRepo db.InventoryRepoer
UserService services.UserServicer
InventoryService services.InventoryServicer
CookieAuth *logincookie.CookieAuthentication
}
func (*Deps) GetCookieAuthentication ¶
func (deps *Deps) GetCookieAuthentication() *logincookie.CookieAuthentication
func (*Deps) GetLoginRoute ¶
func (*Deps) GetUserService ¶
func (deps *Deps) GetUserService() services.UserServicer
Click to show internal directories.
Click to hide internal directories.