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

Method GetClientByID

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

Source from the content-addressed store, hash-verified

13 CreateClient(client *model.Client) error
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

Callers 6

TestClientMethod · 0.65
AssertClientNotExistMethod · 0.65
AssertClientExistMethod · 0.65
UpdateClientMethod · 0.65
DeleteClientMethod · 0.65

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls

Tested by 2

TestClientMethod · 0.52