(ctx context.Context, testSetID string, testSet *models.TestSet)
| 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 | } |
| 100 |
no outgoing calls