MCPcopy
hub / github.com/AlexxIT/go2rtc / ServerPair

Interface ServerPair

pkg/homekit/server.go:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type ServerPair interface {
26 GetPair(id string) []byte
27 AddPair(id string, public []byte, permissions byte)
28 DelPair(id string)
29}
30
31type ServerAccessory interface {
32 GetAccessories(conn net.Conn) []*hap.Accessory

Callers 2

handlePairingsFunction · 0.65
handlePairingsFunction · 0.65

Implementers 1

serverinternal/homekit/server.go

Calls

no outgoing calls

Tested by

no test coverage detected