repo

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 License: MPL-2.0 Imports: 48 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init(cfg *config.Config)

func New

func New(cfg *config.Config) *repo

func WriteApp

func WriteApp(path string, app *App)

Types

type App

type App struct {
	Title             string `json:"title,omitempty"`
	Description       string `json:"description,omitempty"`
	Name              string `json:"name"`
	ContainerRegistry string `json:"containerRegistry,omitempty"`
}

func ReadApp

func ReadApp(path string) (*App, error)

type DockerfileTar

type DockerfileTar struct {
	// contains filtered or unexported fields
}

func NewDFI

func NewDFI(path string, df []byte) (*DockerfileTar, error)

func (*DockerfileTar) Close

func (dfi *DockerfileTar) Close() error

func (*DockerfileTar) Read

func (dfi *DockerfileTar) Read(p []byte) (n int, err error)

Jump to

Keyboard shortcuts

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