Documentation ¶
Index ¶
- func NewController(tracer trace.Tracer, testRunner testRunner, ...) openapi.ApiApiServicer
- func NewCustomController(s openapi.ApiApiServicer, r openapi.Router, eh openapi.ErrorHandler, ...) openapi.Router
- func NewPrefixedRouter(router openapi.Router, prefix string) openapi.Router
- func SPAHandler(conf spaConfig, analyticsEnabled bool, serverID, version, env string, ...) http.HandlerFunc
- type PrefixedRouter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController( tracer trace.Tracer, testRunner testRunner, transactionRunner transactionRunner, dsTestPipeline dataStoreTester, testRunEvents model.TestRunEventRepository, transactionRepository testSuiteRepository, transactionRunRepository testSuiteRunRepository, testRepository testsRepository, testRunRepository test.RunRepository, variableSetGetter variableSetGetter, wizardRepository wizard.Repository, otlpConnectionTester *testconnection.OTLPConnectionTester, newTraceDBFn func(ds datastore.DataStore) (tracedb.TraceDB, error), mappers mappings.Mappings, version string, ) openapi.ApiApiServicer
func NewCustomController ¶
func NewCustomController(s openapi.ApiApiServicer, r openapi.Router, eh openapi.ErrorHandler, t trace.Tracer) openapi.Router
func NewPrefixedRouter ¶
func SPAHandler ¶
func SPAHandler(conf spaConfig, analyticsEnabled bool, serverID, version, env string, isTracetestDev bool) http.HandlerFunc
Types ¶
type PrefixedRouter ¶
type PrefixedRouter struct {
// contains filtered or unexported fields
}
func (PrefixedRouter) Routes ¶
func (r PrefixedRouter) Routes() openapi.Routes
Click to show internal directories.
Click to hide internal directories.