queue

package
v0.0.0-...-2637cd7 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DAO

func DAO() dao.IDAO

func Router

func Router(rg *gin.RouterGroup)

Types

type QueueElem

type QueueElem struct {
	ID        uuid.UUID     `json:"id"         gorm:"primaryKey;type:uuid"`
	Context   build.Context `json:"context"    gorm:"not null;serializer:json"`
	CreatedAt time.Time     `json:"created_at" gorm:"default:now()"`
}

Jump to

Keyboard shortcuts

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