Documentation
¶
Index ¶
Constants ¶
View Source
const (
Verb = "mediascanner"
)
Variables ¶
This section is empty.
Functions ¶
func Entrypoint ¶
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( router *mux.Router, mwares httpauth.MiddlewareChainMap, logger *log.Logger, ) (*Controller, error)
func (*Controller) TriggerScan ¶
func (c *Controller) TriggerScan(rctx *httpauth.RequestContext, w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.