enterprise

package
v0.0.0-...-8018a7e Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterType

func RegisterType(typ reflect.Type)

Types

type Enterprise

type Enterprise interface {
	RegisterHandler(key string, awsConfig config.AWSConfig, router *mux.Router, group *sync.WaitGroup) bool
	RegisterMiddlewares() map[string]func(config *viper.Viper) func(next http.Handler) http.Handler
	Init()
}

func GetSingleton

func GetSingleton() Enterprise

type Noop

type Noop struct {
}

func (*Noop) Init

func (*Noop) Init()

func (*Noop) RegisterHandler

func (*Noop) RegisterHandler(key string, awsConfig config.AWSConfig, router *mux.Router, group *sync.WaitGroup) bool

func (*Noop) RegisterMiddlewares

func (*Noop) RegisterMiddlewares() map[string]func(config *viper.Viper) func(next http.Handler) http.Handler

Jump to

Keyboard shortcuts

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