Documentation ¶
Index ¶
- func NewKDSChan(ctx *dsl.Ctx, o interface{}) (dsl.Chan, error)
- type KDSChan
- func (c *KDSChan) Close(ctx *dsl.Ctx) error
- func (c *KDSChan) Consume(ctx *dsl.Ctx)
- func (c *KDSChan) DocSpec() *dsl.DocSpec
- func (c *KDSChan) Kill(ctx *dsl.Ctx) error
- func (c *KDSChan) Kind() dsl.ChanKind
- func (c *KDSChan) Open(ctx *dsl.Ctx) error
- func (c *KDSChan) Pub(ctx *dsl.Ctx, m dsl.Msg) error
- func (c *KDSChan) Recv(ctx *dsl.Ctx) chan dsl.Msg
- func (c *KDSChan) Sub(ctx *dsl.Ctx, topic string) error
- func (c *KDSChan) To(ctx *dsl.Ctx, m dsl.Msg) error
- type KDSOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.