pkg

package
v6.4.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2020 License: Apache-2.0 Imports: 6 Imported by: 228

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
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

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