Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTestapiAPI = errs.Class("example testapi api")
Functions ¶
This section is empty.
Types ¶
type TestAPIHandler ¶
type TestAPIHandler struct {
// contains filtered or unexported fields
}
TestAPIHandler is an api handler that exposes all testapi related functionality.
func NewTestAPI ¶
func NewTestAPI(log *zap.Logger, mon *monkit.Scope, service TestAPIService, router *mux.Router, auth api.Auth) *TestAPIHandler
Click to show internal directories.
Click to hide internal directories.