Versions in this module Expand all Collapse all v0 v0.0.2 Mar 11, 2024 v0.0.1 Mar 11, 2024 Changes in this version + func ContextWithClientAddr(ctx context.Context, addr ClientAddr) context.Context + func ContextWithClientID(ctx context.Context, clientID ClientID) context.Context + func ContextWithHash(ctx context.Context, hash *Hash) context.Context + func ContextWithSid(ctx context.Context, sid Sid) context.Context + type ClientAddr string + func ClientAddrFromContext(ctx context.Context) ClientAddr + type ClientID string + func ClientIDFromContext(ctx context.Context) ClientID + type Hash struct + Source string + func HashFromContext(ctx context.Context) *Hash + type Sid string + func SidFromContext(ctx context.Context) Sid