Documentation
¶
Index ¶
- func HBRecvMsgQ(ctx context.Context) (hbRecvQ chan<- *hbtype.Msg)
- func ListenAddr(ctx context.Context) string
- func LsnrType(ctx context.Context) string
- func UUID(ctx context.Context) uuid.UUID
- func WithHBRecvMsgQ(parent context.Context, hbRecvQ chan<- *hbtype.Msg) context.Context
- func WithListenAddr(parent context.Context, addr string) context.Context
- func WithLsnrType(parent context.Context, s string) context.Context
- func WithUUID(parent context.Context, uuid uuid.UUID) context.Context
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HBRecvMsgQ ¶
HBRecvMsgQ function returns HBRecvMsgQ from context hb component send the hbrx decoded message from peers on this queue
func ListenAddr ¶
ListenAddr function returns uuid from context
func WithHBRecvMsgQ ¶
WithHBRecvMsgQ function returns copy of parent with HBRecvMsgQ the queue used by daemondata to retrieve hb rx decoded messages
func WithListenAddr ¶
WithListenAddr function returns copy of parent with listener addr.
func WithLsnrType ¶
WithLsnrType function returns copy of parent with listener family.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.