Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupHandlerStub ¶
type GroupHandlerStub struct { UpdateFacadeCalled func(facade interface{}) error RegisterRoutesCalled func(ws *gin.RouterGroup, apiConfig config.ApiRoutesConfig) }
GroupHandlerStub -
func (*GroupHandlerStub) IsInterfaceNil ¶
func (stub *GroupHandlerStub) IsInterfaceNil() bool
IsInterfaceNil -
func (*GroupHandlerStub) RegisterRoutes ¶
func (stub *GroupHandlerStub) RegisterRoutes(ws *gin.RouterGroup, apiConfig config.ApiRoutesConfig)
RegisterRoutes -
func (*GroupHandlerStub) UpdateFacade ¶
func (stub *GroupHandlerStub) UpdateFacade(facade interface{}) error
UpdateFacade -
type ServerStub ¶
type ServerStub struct { ListenAndServeCalled func() error ShutdownCalled func(ctx context.Context) error }
ServerStub -
type UpgradeableHttpServerHandlerStub ¶
type UpgradeableHttpServerHandlerStub struct { StartHttpServerCalled func() error UpdateFacadeCalled func(facade shared.FacadeHandler) error CloseCalled func() error }
UpgradeableHttpServerHandlerStub -
func (*UpgradeableHttpServerHandlerStub) Close ¶
func (stub *UpgradeableHttpServerHandlerStub) Close() error
Close -
func (*UpgradeableHttpServerHandlerStub) IsInterfaceNil ¶
func (stub *UpgradeableHttpServerHandlerStub) IsInterfaceNil() bool
IsInterfaceNil -
func (*UpgradeableHttpServerHandlerStub) StartHttpServer ¶
func (stub *UpgradeableHttpServerHandlerStub) StartHttpServer() error
StartHttpServer -
func (*UpgradeableHttpServerHandlerStub) UpdateFacade ¶
func (stub *UpgradeableHttpServerHandlerStub) UpdateFacade(facade shared.FacadeHandler) error
UpdateFacade -
Click to show internal directories.
Click to hide internal directories.