Documentation ¶
Overview ¶
Package provider provides functionality for the keploy provider.\
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CustomHelpTemplate = `` /* 375-byte string literal not displayed */
View Source
var ExampleOneClickInstall = `` /* 744-byte string literal not displayed */
View Source
var Examples = `` /* 1186-byte string literal not displayed */
View Source
var RootCustomHelpTemplate = `` /* 712-byte string literal not displayed */
View Source
var RootExamples = `` /* 378-byte string literal not displayed */
View Source
var VersionTemplate = `{{with .Version}}{{printf "Keploy %s" .}}{{end}}{{"\n"}}`
View Source
var WithoutexampleOneClickInstall = `
Note: If installed keploy without One Click Install, use "keploy example --customSetup true"
`
Functions ¶
func LogExample ¶
Types ¶
type CmdConfigurator ¶
type CmdConfigurator struct {
// contains filtered or unexported fields
}
func NewCmdConfigurator ¶
func NewCmdConfigurator(logger *zap.Logger, config *config.Config) *CmdConfigurator
func (*CmdConfigurator) ValidateFlags ¶
type CommonInternalService ¶
type CommonInternalService struct { YamlTestDB *testdb.TestYaml YamlMockDb *mockdb.MockYaml YamlReportDb *reportdb.TestReport YamlTestSetDB *testset.Db[*models.TestSet] Instrumentation *core.Core }
func GetCommonServices ¶
type ServiceProvider ¶
type ServiceProvider struct {
// contains filtered or unexported fields
}
func NewServiceProvider ¶
func (*ServiceProvider) GetService ¶
func (n *ServiceProvider) GetService(ctx context.Context, cmd string) (interface{}, error)
func (*ServiceProvider) GetTelemetryService ¶
Click to show internal directories.
Click to hide internal directories.