Documentation ¶
Index ¶
- type GadgetDesc
- func (g *GadgetDesc) Category() string
- func (g *GadgetDesc) Description() string
- func (g *GadgetDesc) EventPrototype() any
- func (g *GadgetDesc) Name() string
- func (g *GadgetDesc) NewInstance() (gadgets.Gadget, error)
- func (g *GadgetDesc) ParamDescs() params.ParamDescs
- func (g *GadgetDesc) Parser() parser.Parser
- func (g *GadgetDesc) Type() gadgets.GadgetType
- type Tracer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GadgetDesc ¶
type GadgetDesc struct{}
func (*GadgetDesc) Category ¶
func (g *GadgetDesc) Category() string
func (*GadgetDesc) Description ¶
func (g *GadgetDesc) Description() string
func (*GadgetDesc) EventPrototype ¶
func (g *GadgetDesc) EventPrototype() any
func (*GadgetDesc) Name ¶
func (g *GadgetDesc) Name() string
func (*GadgetDesc) NewInstance ¶
func (g *GadgetDesc) NewInstance() (gadgets.Gadget, error)
func (*GadgetDesc) ParamDescs ¶
func (g *GadgetDesc) ParamDescs() params.ParamDescs
func (*GadgetDesc) Parser ¶
func (g *GadgetDesc) Parser() parser.Parser
func (*GadgetDesc) Type ¶
func (g *GadgetDesc) Type() gadgets.GadgetType
Click to show internal directories.
Click to hide internal directories.