Documentation ¶
Index ¶
- Variables
- type Asset
- type AssetID
- type AssetIDList
- type AssetIDSet
- type Comment
- type CommentID
- type CommentIDList
- type Event
- type EventID
- type Field
- type FieldID
- type FieldIDList
- type Group
- type GroupID
- type GroupIDList
- type Integration
- type IntegrationID
- type IntegrationIDList
- type Item
- type ItemGroup
- type ItemGroupID
- type ItemGroupIDList
- type ItemID
- type ItemIDList
- type Key
- type Model
- type ModelID
- type ModelIDList
- type Project
- type ProjectID
- type ProjectIDList
- type Request
- type RequestID
- type RequestIDList
- type Resource
- type ResourceID
- type ResourceIDList
- type Schema
- type SchemaID
- type SchemaIDList
- type Tag
- type TagID
- type TagIDList
- type Task
- type TaskID
- type TaskIDList
- type TaskIDSet
- type Thread
- type ThreadID
- type ThreadIDList
- type User
- type UserID
- type UserIDList
- type UserIDSet
- type View
- type ViewID
- type ViewIDList
- type Webhook
- type WebhookID
- type WebhookIDList
- type Workspace
- type WorkspaceID
- type WorkspaceIDList
- type WorkspaceIDSet
Constants ¶
This section is empty.
Variables ¶
View Source
var AssetIDFrom = idx.From[Asset]
View Source
var AssetIDFromRef = idx.FromRef[Asset]
View Source
var AssetIDListFrom = idx.ListFrom[Asset]
View Source
var CommentIDFrom = idx.From[Comment]
View Source
var CommentIDFromRef = idx.FromRef[Comment]
View Source
var ErrDuplicatedKey = rerror.NewE(i18n.T("duplicated key"))
View Source
var ErrInvalidID = idx.ErrInvalidID
View Source
var ErrInvalidKey = rerror.NewE(i18n.T("invalid key"))
View Source
var EventIDFrom = idx.From[Event]
View Source
var EventIDFromRef = idx.FromRef[Event]
View Source
var FieldIDFrom = idx.From[Field]
View Source
var FieldIDFromRef = idx.FromRef[Field]
View Source
var FieldIDListFrom = idx.ListFrom[Field]
View Source
var GroupIDFrom = idx.From[Group]
View Source
var GroupIDFromRef = idx.FromRef[Group]
View Source
var GroupIDListFrom = idx.ListFrom[Group]
View Source
var IntegrationIDFrom = idx.From[Integration]
View Source
var IntegrationIDFromRef = idx.FromRef[Integration]
View Source
var IntegrationIDListFrom = idx.ListFrom[Integration]
View Source
var ItemGroupIDFrom = idx.From[ItemGroup]
View Source
var ItemGroupIDFromRef = idx.FromRef[ItemGroup]
View Source
var ItemGroupIDListFrom = idx.ListFrom[ItemGroup]
View Source
var ItemIDFrom = idx.From[Item]
View Source
var ItemIDFromRef = idx.FromRef[Item]
View Source
var ItemIDListFrom = idx.ListFrom[Item]
View Source
var ModelIDFrom = idx.From[Model]
View Source
var ModelIDFromRef = idx.FromRef[Model]
View Source
var ModelIDListFrom = idx.ListFrom[Model]
View Source
var MustAssetID = idx.Must[Asset]
View Source
var MustCommentID = idx.Must[Comment]
View Source
var MustEventID = idx.Must[Event]
View Source
var MustFieldID = idx.Must[Field]
View Source
var MustGroupID = idx.Must[Group]
View Source
var MustIntegrationID = idx.Must[Integration]
View Source
var MustItemGroupID = idx.Must[ItemGroup]
View Source
var MustItemID = idx.Must[Item]
View Source
var MustModelID = idx.Must[Model]
View Source
var MustProjectID = idx.Must[Project]
View Source
var MustRequestID = idx.Must[Request]
View Source
var MustResourceID = idx.Must[Resource]
View Source
var MustSchemaID = idx.Must[Schema]
View Source
var MustTagID = idx.Must[Tag]
View Source
var MustTaskID = idx.Must[Task]
View Source
var MustThreadID = idx.Must[Thread]
View Source
var MustUserID = idx.Must[User]
View Source
var MustViewID = idx.Must[View]
View Source
var MustWebhookID = idx.Must[Webhook]
View Source
var MustWorkspaceID = idx.Must[Workspace]
View Source
var NewAssetID = idx.New[Asset]
View Source
var NewAssetIDSet = idx.NewSet[Asset]
View Source
var NewCommentID = idx.New[Comment]
View Source
var NewEventID = idx.New[Event]
View Source
var NewFieldID = idx.New[Field]
View Source
var NewGroupID = idx.New[Group]
View Source
var NewIntegrationID = idx.New[Integration]
View Source
var NewItemGroupID = idx.New[ItemGroup]
View Source
var NewItemID = idx.New[Item]
View Source
var NewModelID = idx.New[Model]
View Source
var NewProjectID = idx.New[Project]
View Source
var NewRequestID = idx.New[Request]
View Source
var NewResourceID = idx.New[Resource]
View Source
var NewSchemaID = idx.New[Schema]
View Source
var NewTagID = idx.New[Tag]
View Source
var NewTaskID = idx.New[Task]
View Source
var NewTaskIDSet = idx.NewSet[Task]
View Source
var NewThreadID = idx.New[Thread]
View Source
var NewUserID = idx.New[User]
View Source
var NewUserIDSet = idx.NewSet[User]
View Source
var NewViewID = idx.New[View]
View Source
var NewWebhookID = idx.New[Webhook]
View Source
var NewWorkspaceID = idx.New[Workspace]
View Source
var NewWorkspaceIDSet = idx.NewSet[Workspace]
View Source
var ProjectIDFrom = idx.From[Project]
View Source
var ProjectIDFromRef = idx.FromRef[Project]
View Source
var ProjectIDListFrom = idx.ListFrom[Project]
View Source
var RequestIDFrom = idx.From[Request]
View Source
var RequestIDFromRef = idx.FromRef[Request]
View Source
var ResourceIDFrom = idx.From[Resource]
View Source
var ResourceIDFromRef = idx.FromRef[Resource]
View Source
var SchemaIDFrom = idx.From[Schema]
View Source
var SchemaIDFromRef = idx.FromRef[Schema]
View Source
var SchemaIDListFrom = idx.ListFrom[Schema]
View Source
var TagIDFrom = idx.From[Tag]
View Source
var TagIDFromRef = idx.FromRef[Tag]
View Source
var TagIDListFrom = idx.ListFrom[Tag]
View Source
var TaskIDFrom = idx.From[Task]
View Source
var TaskIDFromRef = idx.FromRef[Task]
View Source
var TaskIDListFrom = idx.ListFrom[Task]
View Source
var ThreadIDFrom = idx.From[Thread]
View Source
var ThreadIDFromRef = idx.FromRef[Thread]
View Source
var UserIDFrom = idx.From[User]
View Source
var UserIDFromRef = idx.FromRef[User]
View Source
var UserIDListFrom = idx.ListFrom[accountdomain.User]
View Source
var ViewIDFrom = idx.From[View]
View Source
var ViewIDFromRef = idx.FromRef[View]
View Source
var WebhookIDFrom = idx.From[Webhook]
View Source
var WebhookIDFromRef = idx.FromRef[Webhook]
View Source
var WebhookIDListFrom = idx.ListFrom[Webhook]
View Source
var WorkspaceIDFrom = idx.From[Workspace]
View Source
var WorkspaceIDFromRef = idx.FromRef[Workspace]
View Source
var WorkspaceIDListFrom = idx.ListFrom[accountdomain.Workspace]
Functions ¶
This section is empty.
Types ¶
type AssetIDList ¶
type AssetIDSet ¶
type CommentIDList ¶
type FieldIDList ¶
type GroupIDList ¶
type Integration ¶
type Integration struct{}
func (Integration) Type ¶
func (Integration) Type() string
type IntegrationID ¶
type IntegrationID = idx.ID[Integration]
type IntegrationIDList ¶
type IntegrationIDList = idx.List[Integration]
type ItemGroupID ¶
type ItemGroupIDList ¶
type ItemIDList ¶
type Key ¶
type Key struct {
// contains filtered or unexported fields
}
func NewKeyFromPtr ¶
func (Key) IsURLCompatible ¶
type ModelIDList ¶
type ProjectIDList ¶
type RequestIDList ¶
type ResourceID ¶
type ResourceIDList ¶
type SchemaIDList ¶
type TaskIDList ¶
type ThreadIDList ¶
type UserIDList ¶
type UserIDList = idx.List[accountdomain.User]
type ViewIDList ¶
type WebhookIDList ¶
type WorkspaceID ¶
type WorkspaceIDList ¶
type WorkspaceIDList = idx.List[accountdomain.Workspace]
type WorkspaceIDSet ¶
Click to show internal directories.
Click to hide internal directories.