Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuthController ¶
func NewAuthController(db *sql.DB, v validator.ValidateJSON) *auth
func NewHealthController ¶
func NewHealthController() *health
Types ¶
type AuthController ¶
type AuthController interface {
Refresh(w http.ResponseWriter, r *http.Request)
}
type HealthController ¶
type HealthController interface {
HealthGet(http.ResponseWriter, *http.Request)
}
Click to show internal directories.
Click to hide internal directories.