model

package
v0.0.0-...-c11a323 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL