Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompareResults ¶
type CompareResults struct {
CheckInsert []models.CustomCheckModel
CheckUpdate []models.CustomCheckModel
CheckDelete []models.CustomCheckModel
InstanceInsert []models.CustomCheckInstanceModel
InstanceUpdate []models.CustomCheckInstanceModel
InstanceDelete []models.CustomCheckInstanceModel
}
CompareResults shows the results of a comparison between what's present in the API and what's in a folder
func CompareChecks ¶
func CompareChecks(folder, org, token, hostName string, gitops bool) (CompareResults, error)
CompareChecks compares a folder vs the checks returned by the API.
Click to show internal directories.
Click to hide internal directories.