Documentation ¶ Index ¶ type IntermediateJWT type Service func NewService(cfgPath string) (*Service, error) func (p *Service) Start() error func (p *Service) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type IntermediateJWT ¶ type IntermediateJWT struct { State string `json:"st"` TargetHost string `json:"th"` RefreshInterval string `json:"rfi"` jwt.RegisteredClaims } type Service ¶ type Service struct { // contains filtered or unexported fields } func NewService ¶ func NewService(cfgPath string) (*Service, error) func (*Service) Start ¶ func (p *Service) Start() error func (*Service) Stop ¶ func (p *Service) Stop() error Source Files ¶ View all Source files amqpSubscriber.goauth.goauthBasic.goauthOauth.goauthOauthRouter.goconfig.gocontrollerClient.gocookies.gohttp.gomain.gomappings.goproviderGithub.goproviderGoogle.goproviderOidc.go Click to show internal directories. Click to hide internal directories.