package
Version:
v0.0.0-...-2637cd7
Opens a new window with list of versions in this module.
Published: Dec 10, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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()"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.