structs

package
v0.0.0-...-1858810 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2023 License: BSD-3-Clause Imports: 2 Imported by: 0

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
}

Jump to

Keyboard shortcuts

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