MCPcopy
hub / github.com/keploy/keploy / Write

Method Write

pkg/service/replay/service.go:97–97  ·  view source on GitHub ↗
(ctx context.Context, testSetID string, testSet *models.TestSet)

Source from the content-addressed store, hash-verified

95type 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

Implementers 1

MockTestSetConfigpkg/service/tools/mock_TestSetConfig.g

Calls

no outgoing calls