Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
TestClient
Method · 0.65
Test_Clients
Method · 0.65
DeleteClient
Method · 0.65
Implementers
1
GormDatabase
database/database.go
Calls
no outgoing calls
Tested by
2
TestClient
Method · 0.52
Test_Clients
Method · 0.52