Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptRequestOptions ¶
type AcceptRequestOptions struct {
ID string `json:"id,omitempty"`
}
type CreateOptions ¶
type CreateResponse ¶
type CreateResponse struct {
ID string `json:"id,omitempty" graphql:"id,omitempty"`
}
type InsertOptions ¶
type Invite ¶
type Invite struct {
ID string `json:"id,omitempty"`
CreatedAt time.Time `json:"created_at,omitempty"`
UpdatedAt time.Time `json:"updated_at,omitempty"`
UserID string `json:"user_id,omitempty"`
OrgID string `json:"org_id,omitempty"`
Organisation organisationCommons.Organisation `json:"organisation,omitempty"`
Key string `json:"key,omitempty"`
Email string `json:"email,omitempty"`
RoleID string `json:"role_id,omitempty"`
Accepted bool `json:"accepted,omitempty"`
}
type ListOptions ¶
type ListOptions struct {
// OrgID string `json:"org_id,omitempty" graphql:"org_id"`
Accepted bool `json:"accepted,omitempty" graphql:"accepted"`
}
type SendOptions ¶
type SendRequestOptions ¶
type SetUpdateOptions ¶
type SetUpdateOptions struct {
Accepted bool `json:"accepted,omitempty"`
}
type UpdateOptions ¶
type UpdateOptions struct {
Set SetUpdateOptions
}
Click to show internal directories.
Click to hide internal directories.