mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-06 04:42:36 +02:00
Improve error handling
This commit is contained in:
parent
df5b3fdda8
commit
3af4ee6c84
11 changed files with 34 additions and 35 deletions
|
@ -47,7 +47,7 @@ type AppDatabase interface {
|
|||
|
||||
SearchByName(name string, requesting_uid string, start_index int, limit int) (*[]structures.UIDName, error)
|
||||
|
||||
UpdateUsername(uid, name string) (QueryResult, error)
|
||||
UpdateUsername(uid string, name string) (QueryResult, error)
|
||||
|
||||
GetUserFollowers(uid string, requesting_uid string, start_index int, limit int) (QueryResult, *[]structures.UIDName, error)
|
||||
GetUserFollowing(uid string, requesting_uid string, start_index int, offset int) (QueryResult, *[]structures.UIDName, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue