package
1.2.5
Repository: https://github.com/brutella/hc.git
Documentation: pkg.go.dev

# Functions

NewPairing returns a new handler for pairing enpdoint.
NewPairSetup returns a new handler for pairing endpoint.
NewPairVerify returns a new endpoint for pair verify endpoint.
NewResource returns a new handler for resource requests.

# Structs

Pairing handles the /pairings endpoint.
PairSetup handles the /pair-setup endpoint and returns TLV8 encoded data.
PairVerify handles the /pair-verify endpoint and returns TLV8 encoded data This endoint is session based and handles requests based on their connections.
Resource handles the /resource endpoint.

# Type aliases