Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct { ID string Reference string Tag string Digest string CreatedAt time.Time UpdatedAt time.Time }
func FromModelToRepository ¶
func FromModelToRepository(model RepositoryModel) *Repository
type RepositoryModel ¶
type RepositoryModel struct { ID sql.NullString Reference sql.NullString Tag sql.NullString Digest sql.NullString CreatedAt sql.NullTime UpdatedAt sql.NullTime }
Click to show internal directories.
Click to hide internal directories.