GetMembers returns all members in team of organization.
()
| 81 | |
| 82 | // GetMembers returns all members in team of organization. |
| 83 | func (t *Team) GetMembers() (err error) { |
| 84 | return t.getMembers(x) |
| 85 | } |
| 86 | |
| 87 | // AddMember adds new membership of the team to the organization, |
| 88 | // the user will have membership to the organization automatically when needed. |
nothing calls this directly
no test coverage detected