Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HandlerSet ¶
type HandlerSet struct { GetLinksHandler func(http.ResponseWriter, *http.Request) GetLinkHandler func(http.ResponseWriter, *http.Request) CreateLinkHandler func(http.ResponseWriter, *http.Request) CreateAccountHandler func(http.ResponseWriter, *http.Request) }
func Init ¶
func Init(database *gorm.DB) HandlerSet
Click to show internal directories.
Click to hide internal directories.