Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface {
Handler(c echo.Context) error
}
Controller is the interface used by all controller struct
func NewAllFlags ¶
func NewAllFlags(goFF *ffclient.GoFeatureFlag) Controller
func NewFlagEval ¶
func NewFlagEval(goFF *ffclient.GoFeatureFlag) Controller
func NewHealth ¶
func NewHealth(monitoring service.Monitoring) Controller
NewHealth is a constructor to create a new controller for the health method
func NewInfo ¶
func NewInfo(monitoring service.Monitoring) Controller
Click to show internal directories.
Click to hide internal directories.