Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiServerInterface ¶
type ApiServerInterface interface { SetRouter(prometheusEnavbled bool, reg *prometheus.Registry) *mux.Router InitApi() ShutDown() }
type FakeApiServer ¶
func (*FakeApiServer) InitApi ¶
func (a *FakeApiServer) InitApi()
func (*FakeApiServer) SetRouter ¶
func (a *FakeApiServer) SetRouter(prometheusEnavbled bool, reg *prometheus.Registry) *mux.Router
func (*FakeApiServer) ShutDown ¶
func (a *FakeApiServer) ShutDown()
Click to show internal directories.
Click to hide internal directories.