Documentation ¶
Index ¶
- type Runtime
- func (r *Runtime) Close() error
- func (r *Runtime) GetCatalog() (*runtime.Catalog, error)
- func (r *Runtime) GetDefaultValue(key params.ValueHint) (string, bool)
- func (r *Runtime) GlobalParamDescs() params.ParamDescs
- func (r *Runtime) Init(globalRuntimeParams *params.Params) error
- func (r *Runtime) ParamDescs() params.ParamDescs
- func (r *Runtime) RunGadget(gadgetCtx runtime.GadgetContext) (runtime.CombinedGadgetResult, error)
- func (r *Runtime) SetDefaultValue(key params.ValueHint, value string)
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) GetCatalog ¶ added in v0.15.0
func (*Runtime) GetDefaultValue ¶ added in v0.15.0
func (*Runtime) GlobalParamDescs ¶
func (r *Runtime) GlobalParamDescs() params.ParamDescs
func (*Runtime) ParamDescs ¶ added in v0.15.0
func (r *Runtime) ParamDescs() params.ParamDescs
func (*Runtime) RunGadget ¶
func (r *Runtime) RunGadget(gadgetCtx runtime.GadgetContext) (runtime.CombinedGadgetResult, error)
Click to show internal directories.
Click to hide internal directories.