Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockedHTTPService ¶
func MakeMockedHTTPService ¶
func MakeMockedHTTPService(handler http.Handler) *MockedHTTPService
func (*MockedHTTPService) Close ¶
func (h *MockedHTTPService) Close()
func (*MockedHTTPService) MakeClient ¶
func (h *MockedHTTPService) MakeClient(trustURLs bool) *http.Client
type StaticConfigService ¶
func (StaticConfigService) AddConfigListener ¶
func (StaticConfigService) AddConfigListener(func(old, current *model.Config)) string
func (StaticConfigService) Config ¶
func (s StaticConfigService) Config() *model.Config
func (StaticConfigService) RemoveConfigListener ¶
func (StaticConfigService) RemoveConfigListener(string)
Click to show internal directories.
Click to hide internal directories.