aboutsummaryrefslogtreecommitdiff
path: root/modules/context/org.go
Commit message (Collapse)AuthorAge
* Refactoring: rename modules -> pkgUnknwon2017-04-04
| | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory
* models: rename ErrUserNotExist -> errors.UserNotExistUnknwon2017-03-16
|
* Add org.getUserTeams to reduce redundant codeUnknwon2016-07-24
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* Add APIContextUnknwon2016-03-13
|
* Rename module: middleware -> contextUnknwon2016-03-11