package
Version:
v1.4.0
Opens a new window with list of versions in this module.
Published: Jun 24, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Func struct {
Value any `json:"-"`
Description string `json:"description,omitempty"`
Parameters Params `json:"parameters,omitempty"`
}
type Param struct {
Name string `json:"-"`
Type string `json:"type,omitempty"`
Description string `json:"description,omitempty"`
Required bool `json:"-"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.