Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultRPCEndpoint = "grpc.cirrus-ci.com:443"
)
Variables ¶
View Source
var ( ErrRPC = errors.New("RPC error") ErrFilesContents = errors.New("failed to retrieve files contents") )
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct { // RPCEndpoint specifies an alternative RPC endpoint to use. If empty, DefaultRPCEndpoint is used. RPCEndpoint string // Environment to take into account when expanding variables. Environment map[string]string // Paths and contents of the files that might influence the parser. FilesContents map[string]string }
Click to show internal directories.
Click to hide internal directories.