Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayChunkStub ¶
type GatewayChunkStub struct {
// contains filtered or unexported fields
}
func NewGatewayChunkStub ¶
func NewGatewayChunkStub() *GatewayChunkStub
func (*GatewayChunkStub) Run ¶
func (gcs *GatewayChunkStub) Run(wg *sync.WaitGroup)
type PerceptionStub ¶
type PerceptionStub struct { SerialId uint64 `json:"serial_id"` // contains filtered or unexported fields }
func NewPerceptionStub ¶
func NewPerceptionStub() *PerceptionStub
func (*PerceptionStub) Run ¶
func (ps *PerceptionStub) Run(wg *sync.WaitGroup)
type SubscriberStub ¶
type SubscriberStub struct {
// contains filtered or unexported fields
}
func NewSubscriberStub ¶
func NewSubscriberStub() *SubscriberStub
func (*SubscriberStub) Run ¶
func (ss *SubscriberStub) Run(wg *sync.WaitGroup)
Click to show internal directories.
Click to hide internal directories.