package main import ( "errors" "golang.org/x/net/context" ) func init() { registerServiceHandler("static", staticServiceHandler{}) } type staticServiceHandler struct{} func (s staticServiceHandler) GetDocumentation() serviceHandlerDocumentation { return serviceHandlerDocumentation{ ServiceName: "Static Badge", DemoPath: "/static/API/Documentation/4c1", Arguments: []string{"