package
Version:
v0.0.1-f9bf01bd2edb1ed...
Opens a new window with list of versions in this module.
Published: Jun 6, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type CIContext struct {
IsCI bool `json:"isCI"`
CIMetadata *CIMetadata `json:"ciMetadata"`
}
type CIMetadata struct {
CIEnvValue string `json:"ciEnvValue"`
ShouldHideEmojis bool `json:"shouldHideEmojis"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.