noauth

package
v0.0.0-...-c8afd98 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 16, 2022 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	ServerConfig
	// contains filtered or unexported fields
}

func NewServer

func NewServer(conf *ServerConfig) *Server

func (*Server) Run

func (s *Server) Run(ctx context.Context) error

type ServerConfig

type ServerConfig struct {
	ClientID              string `mapstructure:"clientID"`
	ClientSecret          string `mapstructure:"clientSecret"`
	ClientDomain          string `mapstructure:"clientDomain"`
	ManagementAPIEndpoint string `mapstructure:"managementAPIEndpoint"`
	Port                  string `mapstructure:"port"`

	Logger *zap.SugaredLogger
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL