package
Version:
v0.0.0-...-096fdc8
Opens a new window with list of versions in this module.
Published: Oct 2, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Event struct {
Paths []string `yaml:"paths"`
Branches []string `yaml:"branches"`
Tags []string `yaml:"tags"`
}
type Job struct {
Name string `yaml:"name"`
Buildspec string `yaml:"buildspec"`
}
type On struct {
Push Event `yaml:"push"`
PullRequest Event `yaml:"pull_request"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.