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

Method GetMessagesByUserSince

api/message.go:21–21  ·  view source on GitHub ↗
(userID uint, limit int, since uint)

Source from the content-addressed store, hash-verified

19 GetMessagesByApplicationSince(appID uint, limit int, since uint) ([]*model.Message, error)
20 GetApplicationByID(id uint) (*model.Application, error)
21 GetMessagesByUserSince(userID uint, limit int, since uint) ([]*model.Message, error)
22 DeleteMessageByID(id uint) error
23 GetMessageByID(id uint) (*model.Message, error)
24 DeleteMessagesByUser(userID uint) error

Callers 2

TestGetMessagesSinceMethod · 0.65
GetMessagesMethod · 0.65

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls

Tested by 1

TestGetMessagesSinceMethod · 0.52