pkg

package
v0.0.103 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ResolveDependencies

func ResolveDependencies(pkg *birelpkg.Package) []*birelpkg.Package

Types

type CompiledPackageRecord

type CompiledPackageRecord struct {
	BlobID   string
	BlobSHA1 string
}

type CompiledPackageRepo

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

func NewCompiledPackageRepo

func NewCompiledPackageRepo(index biindex.Index) CompiledPackageRepo

type Compiler

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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