health

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: May 8, 2021 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ProviderSet = wire.NewSet(NewImpl)

ProviderSet is a health of api provider set

Functions

This section is empty.

Types

type IHandler

type IHandler interface {
	Readiness(c *gin.Context)
	Liveness(c *gin.Context)
}

IHandler declare health api handler

func CreateIHandler

func CreateIHandler(biz health.IBiz) (IHandler, error)

func NewImpl

func NewImpl(biz health.IBiz) IHandler

NewImpl is a constructor of implement health api handler

Jump to

Keyboard shortcuts

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