Documentation ¶
Overview ¶
Package openapidb provides a openAPI database implementation.
Index ¶
- type OpenAPIYaml
- func (ts *OpenAPIYaml) ChangePath(path string)
- func (ts *OpenAPIYaml) GetMocksSchemas(ctx context.Context, testSetID string, mockPath string, mockFileName string) ([]*models.OpenAPI, error)
- func (ts *OpenAPIYaml) GetTestCasesSchema(ctx context.Context, testSetID string, testPath string) ([]*models.OpenAPI, error)
- func (ts *OpenAPIYaml) WriteSchema(ctx context.Context, logger *zap.Logger, outputPath, name string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenAPIYaml ¶
type OpenAPIYaml struct { OpenAPIPath string // contains filtered or unexported fields }
func (*OpenAPIYaml) ChangePath ¶
func (ts *OpenAPIYaml) ChangePath(path string)
func (*OpenAPIYaml) GetMocksSchemas ¶
func (*OpenAPIYaml) GetTestCasesSchema ¶
Click to show internal directories.
Click to hide internal directories.