updated todo
+ fmt
This commit is contained in:
parent
26c2ad078f
commit
7dc8699cbd
4 changed files with 9 additions and 9 deletions
|
@ -136,10 +136,10 @@ Teams sind global, d.h. Ein Team kann mehrere Namespaces verwalten.
|
|||
* [x] Create
|
||||
* [x] ReadAll
|
||||
* [x] Delete
|
||||
* [ ] `lists/:id/teams`
|
||||
* [ ] Create
|
||||
* [ ] ReadAll
|
||||
* [ ] Delete
|
||||
* [x] `lists/:id/teams`
|
||||
* [x] Create
|
||||
* [x] ReadAll
|
||||
* [x] Delete
|
||||
|
||||
#### v0.3
|
||||
|
||||
|
|
|
@ -178,7 +178,7 @@ func (err ErrNeedToBeListWriter) Error() string {
|
|||
// ErrNeedToHaveListReadAccess represents an error, where the user dont has read access to that List
|
||||
type ErrNeedToHaveListReadAccess struct {
|
||||
ListID int64
|
||||
UserID int64
|
||||
UserID int64
|
||||
}
|
||||
|
||||
// IsErrNeedToHaveListReadAccess checks if an error is a ErrListDoesNotExist.
|
||||
|
@ -438,7 +438,7 @@ func (err ErrInvalidTeamRight) Error() string {
|
|||
// ErrTeamAlreadyHasAccess represents an error where a team already has access to a list/namespace
|
||||
type ErrTeamAlreadyHasAccess struct {
|
||||
TeamID int64
|
||||
ID int64
|
||||
ID int64
|
||||
}
|
||||
|
||||
// IsErrTeamAlreadyHasAccess checks if an error is ErrTeamAlreadyHasAccess.
|
||||
|
|
Loading…
Reference in a new issue