Documentation ¶
Index ¶
- type RunRepository
- func (m *RunRepository) Count(ctx context.Context, t test.Test) (int, error)
- func (m *RunRepository) CreateRun(ctx context.Context, t test.Test, r test.Run) (test.Run, error)
- func (m *RunRepository) DeleteRun(ctx context.Context, r test.Run) error
- func (m *RunRepository) GetLatestRunByTestVersion(ctx context.Context, id id.ID, version int) (test.Run, error)
- func (m *RunRepository) GetRun(ctx context.Context, testID id.ID, runID int) (test.Run, error)
- func (m *RunRepository) GetRunByTraceID(ctx context.Context, traceID trace.TraceID) (test.Run, error)
- func (m *RunRepository) GetTestRuns(ctx context.Context, t test.Test, take, skip int32) ([]test.Run, error)
- func (m *RunRepository) GetTestSuiteRunSteps(ctx context.Context, id id.ID, runID int) ([]test.Run, error)
- func (m *RunRepository) UpdateRun(ctx context.Context, r test.Run) error
- type TestRepository
- func (m *TestRepository) Count(ctx context.Context, query string) (int, error)
- func (m *TestRepository) Create(ctx context.Context, t test.Test) (test.Test, error)
- func (m *TestRepository) Delete(ctx context.Context, id id.ID) error
- func (m *TestRepository) Exists(ctx context.Context, id id.ID) (bool, error)
- func (m *TestRepository) Get(ctx context.Context, id id.ID) (test.Test, error)
- func (m *TestRepository) GetAugmented(ctx context.Context, id id.ID) (test.Test, error)
- func (m *TestRepository) GetVersion(ctx context.Context, id id.ID, version int) (test.Test, error)
- func (m *TestRepository) List(ctx context.Context, take, skip int, query, sortBy, sortDirection string) ([]test.Test, error)
- func (m *TestRepository) ListAugmented(ctx context.Context, take, skip int, query, sortBy, sortDirection string) ([]test.Test, error)
- func (m *TestRepository) Provision(ctx context.Context, t test.Test) error
- func (m *TestRepository) SetID(t test.Test, id id.ID) test.Test
- func (m *TestRepository) SortingFields() []string
- func (m *TestRepository) Update(ctx context.Context, t test.Test) (test.Test, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunRepository ¶
func (*RunRepository) GetLatestRunByTestVersion ¶
func (*RunRepository) GetRunByTraceID ¶
func (*RunRepository) GetTestRuns ¶
func (*RunRepository) GetTestSuiteRunSteps ¶
type TestRepository ¶
func (*TestRepository) GetAugmented ¶
func (*TestRepository) GetVersion ¶
func (*TestRepository) ListAugmented ¶
func (*TestRepository) SortingFields ¶
func (m *TestRepository) SortingFields() []string
Click to show internal directories.
Click to hide internal directories.