pkg

package
v2.0.24+incompatible Latest Latest
Warning

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

Go to latest
Published: May 31, 2017 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ResolveDependencies

func ResolveDependencies(pkg birelpkg.Compilable) []birelpkg.Compilable

Types

type CompiledPackageRecord

type CompiledPackageRecord struct {
	BlobID   string
	BlobSHA1 string
}

type CompiledPackageRepo

type CompiledPackageRepo interface {
	Save(birelpkg.Compilable, CompiledPackageRecord) error
	Find(birelpkg.Compilable) (CompiledPackageRecord, bool, error)
}

func NewCompiledPackageRepo

func NewCompiledPackageRepo(index biindex.Index) CompiledPackageRepo

type Compiler

type Compiler interface {
	Compile(birelpkg.Compilable) (CompiledPackageRecord, bool, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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