(ctx context.Context, testSetID string)
| 94 | |
| 95 | type TestSetConfig interface { |
| 96 | Read(ctx context.Context, testSetID string) (*models.TestSet, error) |
| 97 | Write(ctx context.Context, testSetID string, testSet *models.TestSet) error |
| 98 | ReadSecret(ctx context.Context, testSetID string) (map[string]interface{}, error) |
| 99 | } |
no outgoing calls