MCPcopy Index your code
hub / github.com/gotify/server / fireUserDeleted

Method fireUserDeleted

api/user.go:41–48  ·  view source on GitHub ↗
(uid uint)

Source from the content-addressed store, hash-verified

39}
40
41func (c *UserChangeNotifier) fireUserDeleted(uid uint) error {
42 for _, cb := range c.userDeletedCallbacks {
43 if err := cb(uid); err != nil {
44 return err
45 }
46 }
47 return nil
48}
49
50func (c *UserChangeNotifier) fireUserAdded(uid uint) error {
51 for _, cb := range c.userAddedCallbacks {

Callers 1

DeleteUserByIDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected