Versions in this module Expand all Collapse all v1 v1.1.1 Apr 17, 2023 Changes in this version + type Admin struct + Config *config.Config + func NewAdmin(db *gorm.DB, config *config.Config) *Admin + func (admin *Admin) Endpoints(w http.ResponseWriter, r *http.Request) + func (admin *Admin) Serve() + func (admin *Admin) StatusHandler(w http.ResponseWriter, r *http.Request)