Documentation
¶
Index ¶
- type CreateMemberResponse
- type CreateTeamResponse
- type DB
- func (d DB) AddMemberToTeam(teamId int64, memberId int64, ctx context.Context) error
- func (d DB) CreateMember(name string, email *string, ctx context.Context) (*CreateMemberResponse, error)
- func (d DB) CreateTeam(teamName string, organizationId int64, ctx context.Context) (*CreateTeamResponse, error)
- func (d DB) GetOrganizationIdByAuthId(authId string, ctx context.Context) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateMemberResponse ¶
type CreateMemberResponse struct{ Id int64 }
type CreateTeamResponse ¶
type CreateTeamResponse struct{ Id int64 }
Click to show internal directories.
Click to hide internal directories.