MCPcopy
hub / github.com/gotify/server / GetClientsByUser

Method GetClientsByUser

api/client.go:16–16  ·  view source on GitHub ↗
(userID uint)

Source from the content-addressed store, hash-verified

14 GetClientByToken(token string) (*model.Client, error)
15 GetClientByID(id uint) (*model.Client, error)
16 GetClientsByUser(userID uint) ([]*model.Client, error)
17 DeleteClientByID(id uint) error
18 UpdateClient(client *model.Client) error
19}

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls