gatein

package
v0.0.0-...-0b6ba8e Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2024 License: GPL-3.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Title      string `toml:"gate_in_title" yaml:"gate_in_title" env:"GATE_IN_TITLE"`
	Port       string `toml:"gate_in_port" yaml:"gate_in_port" env:"GATE_IN_PORT"`
	ConfigPath string `toml:"config_path" yaml:"config_path" env:"CONFIG_PATH"`
}

type GateIn

type GateIn struct {
	// contains filtered or unexported fields
}

func (*GateIn) GetBarHandler

func (g *GateIn) GetBarHandler(w http.ResponseWriter, req *http.Request, params httprouter.Params)

func (*GateIn) HealthCheckHandler

func (g *GateIn) HealthCheckHandler(w http.ResponseWriter, req *http.Request, params httprouter.Params)

func (*GateIn) Metrics

func (g *GateIn) Metrics(w http.ResponseWriter, req *http.Request, _ httprouter.Params)

func (*GateIn) ReadynessHandler

func (g *GateIn) ReadynessHandler(w http.ResponseWriter, req *http.Request, params httprouter.Params)

func (*GateIn) Start

func (g *GateIn) Start() error

func (*GateIn) Stop

func (g *GateIn) Stop() error

func (*GateIn) SwaggerHandler

func (g *GateIn) SwaggerHandler(w http.ResponseWriter, req *http.Request, _ httprouter.Params)

func (*GateIn) WelcomeHandler

func (g *GateIn) WelcomeHandler(w http.ResponseWriter, req *http.Request, _ httprouter.Params)

Jump to

Keyboard shortcuts

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