Documentation ¶ Index ¶ type Handler func New(dispatcher *reporter.Dispatcher, uc renewserver.UseCase) (Handler, error) func (h Handler) Handle(ctx context.Context, connAddr *net.UDPAddr, payload []byte) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Handler ¶ type Handler struct { // contains filtered or unexported fields } func New ¶ func New( dispatcher *reporter.Dispatcher, uc renewserver.UseCase, ) (Handler, error) func (Handler) Handle ¶ func (h Handler) Handle( ctx context.Context, connAddr *net.UDPAddr, payload []byte, ) ([]byte, error) Source Files ¶ View all Source files keepalive.go Click to show internal directories. Click to hide internal directories.