Documentation
Index ¶
- type Runtime
- func (rt *Runtime) FilterEndpoints(criteria []string) (err error)
- func (rt *Runtime) Fuzz(ctx context.Context, ntensity uint32, apiKey string) (err error)
- func (rt *Runtime) InputsCount() int
- func (rt *Runtime) JustExecREPL() error
- func (rt *Runtime) JustExecReset() error
- func (rt *Runtime) JustExecStart() error
- func (rt *Runtime) JustExecStop() error
- func (rt *Runtime) Lint(showSpec bool) error
- func (rt *Runtime) ValidateAgainstSchema(absRef string, data []byte) (err error)
- func (rt *Runtime) WriteAbsoluteReferences(w io.Writer)
- type TestingCampaingFailure
- type TestingCampaingSuccess
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime struct {
// contains filtered or unexported fields
}
func (*Runtime) FilterEndpoints ¶
func (*Runtime) InputsCount ¶
func (*Runtime) JustExecREPL ¶
JustExecREPL executes a Starlark Read-Eval-Print Loop
func (*Runtime) JustExecReset ¶
JustExecReset only executes SUT 'reset'
func (*Runtime) JustExecStart ¶
JustExecStart only executes SUT 'start'
func (*Runtime) JustExecStop ¶
JustExecStop only executes SUT 'stop'
func (*Runtime) ValidateAgainstSchema ¶
func (*Runtime) WriteAbsoluteReferences ¶
type TestingCampaingFailure ¶
type TestingCampaingFailure struct{}
func (*TestingCampaingFailure) Error ¶
func (_ *TestingCampaingFailure) Error() string
type TestingCampaingSuccess ¶
type TestingCampaingSuccess struct{}
func (*TestingCampaingSuccess) Error ¶
func (_ *TestingCampaingSuccess) Error() string