Documentation
¶
Overview ¶
Package bb provides a buildbucket Client with helper methods for interacting with builds.
Index ¶
Constants ¶
View Source
const FakeBuildsContextKey = "Key for fake builds"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides helper methods to interact with buildbucket builds.
type FakeGetBuildResponse ¶
type FakeGetBuildResponse struct { // Build is the build message that will be returned as the GetBuild response // // Mutually exclusive with Err Build *buildbucket_pb.Build // error to return instead of a Build // // Mutually exclusive with Err Err error }
Click to show internal directories.
Click to hide internal directories.