Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API struct { InitializeMiddlewareInvocations int InitializeMiddlewareOutputs []error InitializeRoutersInvocations int InitializeRoutersInputs [][]service.Router InitializeRoutersOutputs []error StatusInvocations int StatusOutputs []*rest.Status HandlerInvocations int HandlerOutputs []http.Handler }
func (*API) Expectations ¶
func (a *API) Expectations()
func (*API) InitializeMiddleware ¶
func (*API) InitializeRouters ¶ added in v1.29.0
type Service ¶
type Service struct { VersionReporterInvocations int VersionReporterImpl version.Reporter ConfigReporterInvocations int ConfigReporterImpl *configTest.Reporter LoggerInvocations int LoggerImpl log.Logger SecretInvocations int SecretOutputs []string AuthClientInvocations int AuthClientImpl *authTest.Client }
func NewService ¶
func NewService() *Service
func (*Service) AuthClient ¶
func (*Service) ConfigReporter ¶
func (*Service) Expectations ¶
func (s *Service) Expectations()
func (*Service) VersionReporter ¶
Click to show internal directories.
Click to hide internal directories.