Documentation
¶
Index ¶
- type RandomNumberGeneration
- type RandomNumberTool
- func (t *RandomNumberTool) Execute(ctx context.Context, params json.RawMessage) (json.RawMessage, error)
- func (t *RandomNumberTool) GetDescription() string
- func (t *RandomNumberTool) GetGeneration(id int) (RandomNumberGeneration, error)
- func (t *RandomNumberTool) GetHistory() []RandomNumberGeneration
- func (t *RandomNumberTool) GetName() string
- func (t *RandomNumberTool) GetSchema() toolkit.Schema
- type RandomStringGeneration
- type RandomStringTool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RandomNumberGeneration ¶
type RandomNumberTool ¶
func NewRandomNumberTool ¶
func NewRandomNumberTool() *RandomNumberTool
func (*RandomNumberTool) Execute ¶
func (t *RandomNumberTool) Execute(ctx context.Context, params json.RawMessage) (json.RawMessage, error)
func (*RandomNumberTool) GetDescription ¶
func (t *RandomNumberTool) GetDescription() string
func (*RandomNumberTool) GetGeneration ¶
func (t *RandomNumberTool) GetGeneration(id int) (RandomNumberGeneration, error)
func (*RandomNumberTool) GetHistory ¶
func (t *RandomNumberTool) GetHistory() []RandomNumberGeneration
func (*RandomNumberTool) GetName ¶
func (t *RandomNumberTool) GetName() string
func (*RandomNumberTool) GetSchema ¶
func (t *RandomNumberTool) GetSchema() toolkit.Schema
type RandomStringGeneration ¶
type RandomStringTool ¶
func NewRandomStringTool ¶
func NewRandomStringTool() *RandomStringTool
func (*RandomStringTool) ClearHistory ¶
func (t *RandomStringTool) ClearHistory()
func (*RandomStringTool) Execute ¶
func (t *RandomStringTool) Execute(params json.RawMessage) (interface{}, error)
func (*RandomStringTool) GetHistory ¶
func (t *RandomStringTool) GetHistory() interface{}
func (*RandomStringTool) GetSchema ¶
func (t *RandomStringTool) GetSchema() toolkit.Schema
Click to show internal directories.
Click to hide internal directories.