Documentation ¶ Index ¶ type Count func NewCount() *Count func (c *Count) Run(ctx *context.Context, _ []interface{}) (interface{}, error) type Get func NewGet() *Get func (o *Get) Run(ctx *context.Context, params []interface{}) (interface{}, error) type Send func NewSend() *Send func (c *Send) Run(ctx *context.Context, params []interface{}) (interface{}, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Count ¶ type Count struct{} func NewCount ¶ func NewCount() *Count func (*Count) Run ¶ func (c *Count) Run(ctx *context.Context, _ []interface{}) (interface{}, error) type Get ¶ type Get struct{} func NewGet ¶ func NewGet() *Get func (*Get) Run ¶ func (o *Get) Run(ctx *context.Context, params []interface{}) (interface{}, error) type Send ¶ type Send struct{} func NewSend ¶ func NewSend() *Send func (*Send) Run ¶ func (c *Send) Run(ctx *context.Context, params []interface{}) (interface{}, error) Source Files ¶ View all Source files count.goget.gosend.go Click to show internal directories. Click to hide internal directories.