http

package
v1.2.4-dev.17 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2020 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type V2HttpController

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

V2HttpController controller for V2 REST APIs

func NewV2HttpController

func NewV2HttpController(router *mux.Router, lc logger.LoggingClient) *V2HttpController

NewV2HttpController creates and initializes an V2HttpController

func (*V2HttpController) Config

func (c *V2HttpController) Config(writer http.ResponseWriter, request *http.Request, dic *di.Container)

Config handles the request to /config endpoint. Is used to request the service's configuration It returns a response as specified by the V2 API swagger in openapi/v2

func (*V2HttpController) Metrics

func (c *V2HttpController) Metrics(writer http.ResponseWriter, request *http.Request, _ *di.Container)

Metrics handles the request to the /metrics endpoint, memory and cpu utilization stats It returns a response as specified by the V2 API swagger in openapi/v2

func (*V2HttpController) Ping

func (c *V2HttpController) Ping(writer http.ResponseWriter, request *http.Request, _ *di.Container)

Ping handles the request to /ping endpoint. Is used to test if the service is working It returns a response as specified by the V2 API swagger in openapi/v2

func (*V2HttpController) Version

func (c *V2HttpController) Version(writer http.ResponseWriter, request *http.Request, _ *di.Container)

Version handles the request to /version endpoint. Is used to request the service's versions It returns a response as specified by the V2 API swagger in openapi/v2

Jump to

Keyboard shortcuts

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