Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCacheKey ¶
func GenerateCacheKey(mockRequest MockRequest) string
Types ¶
type MockRequest ¶
type MockResponse ¶
type MockServiceFactory ¶ added in v1.2.0
type MockServiceFactory struct {
// contains filtered or unexported fields
}
func NewMockServiceFactory ¶ added in v1.2.0
func NewMockServiceFactory( contentService content.ContentService, cacheService cache.CacheService, arguments *config.AppArguments, hostsConfig *config.HostsConfig, ) *MockServiceFactory
func (*MockServiceFactory) GetMockResponse ¶ added in v1.2.0
func (m *MockServiceFactory) GetMockResponse(mockRequest MockRequest) *MockResponse
type MockServiceParams ¶ added in v1.2.0
type MockServiceParams struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.