Documentation
¶
Overview ¶
Package acp118 implements ACP-118 message handling
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
// AppRequest handles an incoming request
AppRequest(ctx context.Context, nodeID ids.NodeID, deadline time.Time, request []byte) ([]byte, error)
}
Handler handles ACP-118 messages
type NoOpHandler ¶ added in v1.1.11
type NoOpHandler struct{}
NoOpHandler is a no-op implementation of Handler
Click to show internal directories.
Click to hide internal directories.