controllers

package
v1.0.26 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommonController

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

CommonController controller for common REST APIs

func NewCommonController

func NewCommonController(dic *di.Container, r *echo.Echo, serviceName string, serviceVersion string) *CommonController

func (*CommonController) AddRoute

func (c *CommonController) AddRoute(routePath string, handler echo.HandlerFunc, methods []string, authentication bool, middlewareFunc ...echo.MiddlewareFunc)

func (*CommonController) AddSecret

func (c *CommonController) AddSecret(e echo.Context) error

AddSecret handles the request to the /secret endpoint. Is used to add Service exclusive secret to the Secret Store It returns a response as specified by the API swagger in the openapi directory

func (*CommonController) Config

func (c *CommonController) Config(e echo.Context) error

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

func (*CommonController) Ping

func (c *CommonController) Ping(e echo.Context) error

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

func (*CommonController) Version

func (c *CommonController) Version(e echo.Context) error

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

Jump to

Keyboard shortcuts

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