package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Nov 21, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Change struct {
New State `json:"new"`
Old State `json:"old"`
Forced bool `json:"forced"`
Links interface{} `json:"links"`
Created bool `json:"created"`
Commits interface{} `json:"commits"`
Truncated bool `json:"truncated"`
Closed bool `json:"closed"`
}
type Push struct {
Changes []Change
}
type State struct {
Type string `json:"type"`
Name string `json:"name"`
Links interface{} `json:"links"`
DefaultMergeStrategy string `json:"default_merge_strategy"`
MergeStrategies []string `json:"merge_strategies"`
Target interface{} `json:"target"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.