MCPcopy
hub / github.com/keploy/keploy / TestSet

Struct TestSet

pkg/models/config.go:4–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2package models
3
4type TestSet struct {
5 PreScript string `json:"pre_script" bson:"pre_script" yaml:"preScript"`
6 PostScript string `json:"post_script" bson:"post_script" yaml:"postScript"`
7 AppCommand string `json:"app_command" bson:"app_command" yaml:"appCommand"`
8 Template map[string]interface{} `json:"template" bson:"template" yaml:"template"`
9 Secret map[string]interface{} `json:"secret" bson:"secret" yaml:"secret,omitempty"`
10 Metadata map[string]interface{} `json:"metadata" bson:"metadata" yaml:"metadata"`
11}
12
13// Secret interface for types that support secret configuration.
14type Secret interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected