package
0.0.0-20180917073602-62694dd50b91
Repository: https://github.com/bazelbuild/tools_jvm_autodeps.git
Documentation: pkg.go.dev

# Functions

NewRule creates a new Rule.
ParseAbsoluteLabel parses a label string in absolute form, such as "//aaa/bbb:ccc/ddd" or "//aaa/bbb".
ParseRelativeLabel parses a label, not necessarily absolute, relative to some package.

# Structs

Package represents a Bazel Package.
PackageGroup represents a package_group() function call in a BUILD file.
Rule represents a Bazel Rule.
UnknownAttributeValue is used as a value in Rule.Attrs to represent an attribute that is present, but whose value we can't represent.

# Type aliases

Label is a rule's label, e.g.