Documentation ¶
Index ¶
Constants ¶
View Source
const (
ThingsDDDeliverGroup = "things_dd_group"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handle ¶
type Handle func(ctx context.Context) InnerSubHandle
type InnerSubHandle ¶
type InnerSubHandle interface {
PublishToDev(info *devices.InnerPublish) error
}
type NatsClient ¶
type NatsClient struct {
// contains filtered or unexported fields
}
func (*NatsClient) SubToDevMsg ¶
func (n *NatsClient) SubToDevMsg(handle Handle) error
Click to show internal directories.
Click to hide internal directories.