artifact

package
v0.0.0-...-fc7d186 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitSqliteRepository

func InitSqliteRepository(dsn string) error

InitSqliteRepository создает новый репозиторий SQLite3 для артефактов.

Types

type Repository

type Repository interface {
	List(repo, path string, count int) []models.Artifact
	Get(repo, path, name string) *models.Artifact
	Add(a *models.Artifact) error
	Delete(a *models.Artifact) error
	Copy(a *models.Artifact) error
}
var Repo Repository

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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