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

Method DeleteClientByID

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

Source from the content-addressed store, hash-verified

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}
20

Callers 3

TestClientMethod · 0.65
Test_ClientsMethod · 0.65
DeleteClientMethod · 0.65

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls

Tested by 2

TestClientMethod · 0.52
Test_ClientsMethod · 0.52