Documentation ¶
Index ¶
- func Delete(dp *depot.Depot, id uint64) error
- type InvitePayload
- type MakeOwnerPayload
- type UpdatePayload
- type User
- func Invite(dp *depot.Depot, organizationId uint64, payload *InvitePayload) (*User, error)
- func List(dp *depot.Depot, organizationId uint64) ([]*User, error)
- func MakeOwner(dp *depot.Depot, payload *MakeOwnerPayload) (*User, error)
- func Read(dp *depot.Depot, id uint64) (*User, error)
- func Update(dp *depot.Depot, id uint64, payload *UpdatePayload) (*User, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InvitePayload ¶
type MakeOwnerPayload ¶
type MakeOwnerPayload struct {
Id *uint64 `json:"id"`
}
type UpdatePayload ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.