package
Version:
v0.9.3
Opens a new window with list of versions in this module.
Published: May 31, 2022
License: Unlicense
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 GitHookConfig struct {
Version string `json:"version,omitempty"`
Workspaces []Workspace `json:"workspaces,omitempty"`
}
type Workspace struct {
Name string `json:"name,omitempty"`
ProjectKeyRE string `json:"projectKeyRE,omitempty"`
Folder string `json:"folder,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.