Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler structure
func NewProxyHandler ¶
func NewProxyHandler( config *types.Configuration, authAdapter web.AuthAdapter, scenarioRepository repository.APIScenarioRepository, fixtureRepository repository.APIFixtureRepository, groupConfigRepository repository.GroupConfigRepository, adapter web.Adapter, ) *Handler
NewProxyHandler instantiates controller for updating api-scenarios
type Recorder ¶
type Recorder struct {
// contains filtered or unexported fields
}
Recorder structure
func NewRecorder ¶
func NewRecorder( config *types.Configuration, client web.HTTPClient, scenarioRepository repository.APIScenarioRepository, groupConfigRepository repository.GroupConfigRepository, ) *Recorder
NewRecorder instantiates controller for updating api -scenarios
Click to show internal directories.
Click to hide internal directories.