Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DnsCacheWithContext ¶
type PubsubWithContext ¶
type PubsubWithContext interface { Publish(context app.Context, topic string, message app.PubsubMessage) Subscribe(context app.Context, topic string, handler app.TopicHandler) }
type Space ¶
type Space struct {
// contains filtered or unexported fields
}
func NewSpace ¶
func NewSpace(tag string, packetDispatcher PacketDispatcherWithContext, dnsCache DnsCacheWithContext, pubsub PubsubWithContext) *Space
func (*Space) HasDnsCache ¶
func (*Space) HasPacketDispatcher ¶
func (*Space) PacketDispatcher ¶
func (this *Space) PacketDispatcher() app.PacketDispatcher
Click to show internal directories.
Click to hide internal directories.