Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetADRAlgorithms ¶
GetADRAlgorithms returns the available ADR algorithms.
func GetHandler ¶
GetHandler returns the ADR handler by its ID, failing that it returns the default ADR handler.
Types ¶
type DefaultHandler ¶
type DefaultHandler struct{}
DefaultHandler implements the default ADR handler.
func (*DefaultHandler) Handle ¶
func (h *DefaultHandler) Handle(req adr.HandleRequest) (adr.HandleResponse, error)
Handle handles the ADR request.
func (*DefaultHandler) ID ¶
func (h *DefaultHandler) ID() (string, error)
ID returns the default ID.
func (*DefaultHandler) Name ¶
func (h *DefaultHandler) Name() (string, error)
Name returns the default name.
Click to show internal directories.
Click to hide internal directories.