model

package
v0.0.0-...-a548ab7 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 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 ArtifactTrash

type ArtifactTrash struct {
	ID                int64     `orm:"pk;auto;column(id)"`
	MediaType         string    `orm:"column(media_type)"`
	ManifestMediaType string    `orm:"column(manifest_media_type)"`
	RepositoryName    string    `orm:"column(repository_name)"`
	Digest            string    `orm:"column(digest)"`
	CreationTime      time.Time `orm:"column(creation_time);auto_now_add" json:"creation_time"`
}

ArtifactTrash records the deleted artifact

func (*ArtifactTrash) String

func (at *ArtifactTrash) String() string

func (*ArtifactTrash) TableName

func (at *ArtifactTrash) TableName() string

TableName for artifact trash

Jump to

Keyboard shortcuts

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