registry

package
v0.9.8 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Routes

func Routes() []model.Route

Routes return route slice for gorilla mux

Types

type ConfigHandler

type ConfigHandler interface {
	GetConfig(w http.ResponseWriter, r *http.Request)
}

ConfigHandler define http handler interface

func NewConfigHandler

func NewConfigHandler() ConfigHandler

NewConfigHandler creates new ConfigHandlerImpl

type ConfigHandlerImpl

type ConfigHandlerImpl struct {
}

ConfigHandlerImpl define implementation for ConfigHandler

func (*ConfigHandlerImpl) GetConfig

func (receiver *ConfigHandlerImpl) GetConfig(_writer http.ResponseWriter, _req *http.Request)

GetConfig returns all environment variables

Jump to

Keyboard shortcuts

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