Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationDAOInfo ¶
type ApplicationDAOInfo struct { CreatedAt time.Time `json:"createdAt"` QueueID string `json:"queueId"` dao.ApplicationDAOInfo }
type PartitionQueueDAOInfo ¶
type PartitionQueueDAOInfo struct { Id string `json:"id"` ParentId sql.NullString `json:"parentId,omitempty"` dao.PartitionQueueDAOInfo Children []PartitionQueueDAOInfo `json:"children,omitempty"` CreatedAt sql.NullInt64 `json:"createdAt,omitempty"` DeletedAt sql.NullInt64 `json:"deletedAt,omitempty"` }
Click to show internal directories.
Click to hide internal directories.