Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Member ¶
type Member struct {
ID string `json:"id"`
Email string `json:"email"`
Role string `json:"role"`
CreatedAt string `json:"createdAt"`
User map[string]interface{} `json:"user"`
}
Member is the Better Auth member shape returned by list-members.
type Organization ¶
type Organization struct {
ID string `json:"id"`
Name string `json:"name"`
Slug string `json:"slug"`
Role string `json:"role"`
CreatedAt string `json:"createdAt"`
Metadata map[string]interface{} `json:"metadata"`
}
Organization is the API response shape for a single organization.
Click to show internal directories.
Click to hide internal directories.