MCPcopy Create free account
hub / github.com/chanify/chanify / GetDeviceKey

Method GetDeviceKey

model/model.go:20–20  ·  view source on GitHub ↗
(uuid string)

Source from the content-addressed store, hash-verified

18 UnbindDevice(uid string, uuid string) error
19 UpdatePushToken(uid string, uuid string, token []byte, sandbox bool) error
20 GetDeviceKey(uuid string) ([]byte, error)
21 GetDevices(uid string) ([]*Device, error)
22 Close()
23}

Callers 3

handleUpdatePushTokenMethod · 0.65
TestNoSQLFunction · 0.65
GetDeviceKeyMethod · 0.65

Implementers 3

sqlitemodel/sqlite.go
mysqlmodel/mysql.go
nosqlmodel/nosql.go

Calls

no outgoing calls

Tested by 1

TestNoSQLFunction · 0.52