Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶ added in v0.0.17
type File struct {
ID string `json:"id"`
Filename string `json:"filename"`
Label string `json:"label"`
Dir string `json:"dir"`
Type string `json:"type"`
Mime string `json:"mime"`
Url string `json:"url"`
IsPublic bool `json:"is_public"`
IsListed bool `json:"is_listed"`
Metadata map[string]string `json:"metadata"`
CreatedAt int64 `json:"created_at"`
UpdatedAt int64 `json:"updated_at"`
}
type TemplateDefinition ¶
type User ¶
type User struct {
ID string `json:"id"`
Name string `json:"name"`
Email string `json:"email"`
TenantID string `json:"tenant_id"`
TenantName string `json:"tenant_name"`
// contains filtered or unexported fields
}
func (*User) GetAccessToken ¶
func (*User) MarshalJSON ¶ added in v0.0.18
func (*User) SetAccessToken ¶
func (*User) UnmarshalJSON ¶ added in v0.0.18
Click to show internal directories.
Click to hide internal directories.