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 = `` /* 741-byte string literal not displayed */
View Source
var Examples = `` /* 1182-byte string literal not displayed */
View Source
var RootCustomHelpTemplate = `` /* 712-byte string literal not displayed */
View Source
var RootExamples = `` /* 387-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 ServiceProvider ¶
type ServiceProvider struct {
// contains filtered or unexported fields
}
func NewServiceProvider ¶
func (*ServiceProvider) GetCommonServices ¶
func (n *ServiceProvider) GetCommonServices(config config.Config) *CommonInternalService
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.