Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncPublishResult ¶ added in v1.5.1
type AsyncPublishResult struct {
ID string
}
AsyncPublishResult represents the result of an async publish operation
type EnforcePolicyResult ¶
type EnforcePolicyResult struct {
ID string
}
EnforcePolicyResult represents the result of an enforce operation
type PublishChangesResult ¶
type PublishChangesResult struct {
IsValid bool
Errors []ValidationMessage
Warnings []ValidationMessage
}
PublishChangesResult represents the result of a publish operation
type ValidationMessage ¶
type ValidationMessage struct {
Message string `json:"message"`
}
ValidationMessage represents a validation error or warning message
Click to show internal directories.
Click to hide internal directories.