Documentation ¶ Index ¶ type Hots type HotsList type V2ex func NewV2ex() *V2ex func (v *V2ex) Do(ctx context.Context, req map[string]any) (map[string]any, error) func (v *V2ex) GetDesc() string func (v *V2ex) GetInputExample() string func (v *V2ex) GetName() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Hots ¶ type Hots map[string]any type HotsList ¶ type HotsList []Hots type V2ex ¶ type V2ex struct{} func NewV2ex ¶ func NewV2ex() *V2ex func (*V2ex) Do ¶ func (v *V2ex) Do(ctx context.Context, req map[string]any) (map[string]any, error) func (*V2ex) GetDesc ¶ func (v *V2ex) GetDesc() string func (*V2ex) GetInputExample ¶ func (v *V2ex) GetInputExample() string func (*V2ex) GetName ¶ func (v *V2ex) GetName() string Source Files ¶ View all Source files v2ex.go Click to show internal directories. Click to hide internal directories.