Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ListenAddress = "localhost" ListenPort = ":443" )
View Source
var (
BearerToken = "test"
)
Functions ¶
func StartRouter ¶
func StartRouter()
Types ¶
type RestAuthHandler ¶
type RestAuthHandler struct {
// contains filtered or unexported fields
}
func (*RestAuthHandler) ServeHTTP ¶
func (h *RestAuthHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.