package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Sep 16, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AuthSpec struct {
Token string `json:"token"`
}
type AuthStatus struct {
Authenticated bool `json:"authenticated"`
User *jwt.Claims `json:"user,omitempty"`
}
func (s *Server) Run(stop <-chan struct{})
Source Files
¶
Click to show internal directories.
Click to hide internal directories.