Documentation ¶
Index ¶
- func SetupFakeServerBasicAuth(t *testing.T, status int, path string, body string, isJSON bool, called func()) *httptest.Server
- func SetupFakeServerNoAuth(t *testing.T, status int, path string, body string, isJSON bool, called func()) *httptest.Server
- type HttpClient
- type MockBody
- type MockClient
- type MockService
- type MockWatcher
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MockClient ¶
type MockService ¶
func (*MockService) Check ¶
func (m *MockService) Check() error
func (*MockService) Description ¶
func (m *MockService) Description() string
func (*MockService) Name ¶
func (m *MockService) Name() string
func (*MockService) ServiceName ¶
func (m *MockService) ServiceName() string
func (*MockService) String ¶
func (m *MockService) String() string
type MockWatcher ¶
Click to show internal directories.
Click to hide internal directories.