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

Method UpdateClient

api/client.go:18–18  ·  view source on GitHub ↗
(client *model.Client)

Source from the content-addressed store, hash-verified

16 GetClientsByUser(userID uint) ([]*model.Client, error)
17 DeleteClientByID(id uint) error
18 UpdateClient(client *model.Client) error
19}
20
21// The ClientAPI provides handlers for managing clients and applications.

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls