package api type Handlers struct { } func NewHandlers() *Handlers { return &Handlers{} }