Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DependencySet = wire.NewSet( wire.Struct(new(RequireAuthenticatedMiddleware), "*"), )
Functions ¶
This section is empty.
Types ¶
type JSONResponseWriter ¶
type JSONResponseWriter interface {
WriteResponse(rw http.ResponseWriter, resp *api.Response)
}
type RequireAuthenticatedMiddleware ¶
type RequireAuthenticatedMiddleware struct {
JSON JSONResponseWriter
}
Click to show internal directories.
Click to hide internal directories.