(user *User, fields ...string)
| 24 | GetByScope(scope string) (*User, error) |
| 25 | Gets(baseScope string, followExternalSymlinks bool) ([]*User, error) |
| 26 | Update(user *User, fields ...string) error |
| 27 | Save(user *User) error |
| 28 | Delete(id interface{}) error |
| 29 | LastUpdate(id uint) int64 |
no outgoing calls
no test coverage detected