(u *User, hostName string)
| 78 | ChangePassphrase(userID int64, sudo bool, curPass string, hashedPass []byte) error |
| 79 | |
| 80 | GetCollections(u *User, hostName string) (*[]Collection, error) |
| 81 | GetPublishableCollections(u *User, hostName string) (*[]Collection, error) |
| 82 | GetMeStats(u *User) userMeStats |
| 83 | GetTotalCollections() (int64, error) |
no outgoing calls
no test coverage detected