generator

package
v0.0.0-...-18fadf5 Latest Latest
Warning

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

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

Documentation

Overview

Package generator provides core functionality of BUILD file generation in gazelle.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Generator

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

Generator generates BUILD files for a Go repository.

func New

func New(repoRoot, goPrefix, buildFileName, buildTags string, external rules.ExternalResolver) (*Generator, error)

New returns a new Generator which is responsible for a Go repository.

"repoRoot" is a path to the root directory of the repository. "goPrefix" is the go_prefix corresponding to the repository root directory. See also https://github.com/bazelbuild/rules_go#go_prefix. "buildFileName" is the name of the BUILD file (BUILD or BUILD.bazel). "buildTags" is a comma-delimited set of build tags to set in the build context. "external" is how external packages should be resolved.

func (*Generator) Generate

func (g *Generator) Generate(dir string) ([]*bzl.File, error)

Generate generates a BUILD file for each Go package found under the given directory. The directory must be the repository root directory the caller passed to New, or its subdirectory.

Jump to

Keyboard shortcuts

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