packager

package
v1.11.1 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package packager creates a binary image. Due to package being a reserved keyword we use packager.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Binary

type Binary struct {
	// Name of the binary
	Name string
	// Location of the binary
	Path string
	// Type of binary
	Type string
	// Source of the binary
	Source *Source
}

Binary is the representation of a binary

type Option

type Option func(o *Options)

func Path

func Path(p string) Option

Local path for repository

type Options

type Options struct {
	// local path to download source
	Path string
}

type Packager

type Packager interface {
	// Compile builds a binary
	Compile(*Source) (*Binary, error)
	// Deletes the binary
	Delete(*Binary) error
}

Package builds binaries

type Source

type Source struct {
	// Language is the language of code
	Language string
	// Location of the source
	Repository *source.Repository
}

Source is the source of a build

Directories

Path Synopsis
Package docker builds docker images
Package docker builds docker images
Package golang is a go package manager
Package golang is a go package manager

Jump to

Keyboard shortcuts

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