controller

package
v0.0.0-...-4e1abb7 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HealthcheckController

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

func (HealthcheckController) Init

type IApiController

type IApiController interface {
	Init() IApiController
}

func New

func New(apiRoot echoswagger.ApiRoot, services service.IApiServices) IApiController

type IMetaController

type IMetaController interface {
	SetDefaults() IMetaController
	Api() echoswagger.ApiGroup
}

func NewMetaController

func NewMetaController(apiRoot echoswagger.ApiRoot, name, prefix, description string) IMetaController

type MetaController

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

func (*MetaController) Api

func (m *MetaController) Api() echoswagger.ApiGroup

func (*MetaController) SetDefaults

func (m *MetaController) SetDefaults() IMetaController

type MetaGroup

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

func NewMetaGroup

func NewMetaGroup(apiRoot echoswagger.ApiRoot, name, prefix string) MetaGroup

Jump to

Keyboard shortcuts

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