package
Version:
v0.0.0-...-137f822
Opens a new window with list of versions in this module.
Published: Sep 4, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
Release = "release"
Development = "dev"
)
type Image struct {
ID uint `gorm:"primarykey" json:"-"`
Name string `json:"name" gorm:"index:idx_name,unique"`
Source string `json:"source"`
Version string `json:"version"`
RepoType string `json:"-"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.