Documentation ¶
Index ¶
- func ArtifactCopiedEventJSON() string
- func ArtifactDeletedEventJSON() string
- func ArtifactDeployedEventJSON() string
- func ArtifactMovedEventJSON() string
- func ArtifactPropertiesAddedEventJSON() string
- func ArtifactPropertiesDeletedEventJSON() string
- func BuildDeletedEventJSON() string
- func BuildPromotedEventJSON() string
- func BuildUploadedEventJSON() string
- func DestinationDeleteCompletedEventJSON() string
- func DestinationDeleteFailedEventJSON() string
- func DestinationDeleteStartedEventJSON() string
- func DestinationReceivedEventJSON() string
- func DistributionAbortedEventJSON() string
- func DistributionCompletedEventJSON() string
- func DistributionFailedEventJSON() string
- func DistributionStartedEventJSON() string
- func DockerDeletedEventJSON() string
- func DockerPromotedEventJSON() string
- func DockerPushedEventJSON() string
- func ReleaseBundleCreatedEventJSON() string
- func ReleaseBundleDeletedEventJSON() string
- func ReleaseBundleSignedEventJSON() string
- func UnsupportedEventJSON() string
- type ArtifactoryWebhook
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArtifactCopiedEventJSON ¶
func ArtifactCopiedEventJSON() string
func ArtifactDeletedEventJSON ¶
func ArtifactDeletedEventJSON() string
func ArtifactDeployedEventJSON ¶
func ArtifactDeployedEventJSON() string
func ArtifactMovedEventJSON ¶
func ArtifactMovedEventJSON() string
func ArtifactPropertiesAddedEventJSON ¶
func ArtifactPropertiesAddedEventJSON() string
func ArtifactPropertiesDeletedEventJSON ¶
func ArtifactPropertiesDeletedEventJSON() string
func BuildDeletedEventJSON ¶
func BuildDeletedEventJSON() string
func BuildPromotedEventJSON ¶
func BuildPromotedEventJSON() string
func BuildUploadedEventJSON ¶
func BuildUploadedEventJSON() string
func DestinationDeleteCompletedEventJSON ¶
func DestinationDeleteCompletedEventJSON() string
func DestinationDeleteFailedEventJSON ¶
func DestinationDeleteFailedEventJSON() string
func DestinationDeleteStartedEventJSON ¶
func DestinationDeleteStartedEventJSON() string
func DestinationReceivedEventJSON ¶
func DestinationReceivedEventJSON() string
func DistributionAbortedEventJSON ¶
func DistributionAbortedEventJSON() string
func DistributionCompletedEventJSON ¶
func DistributionCompletedEventJSON() string
func DistributionFailedEventJSON ¶
func DistributionFailedEventJSON() string
func DistributionStartedEventJSON ¶
func DistributionStartedEventJSON() string
func DockerDeletedEventJSON ¶
func DockerDeletedEventJSON() string
func DockerPromotedEventJSON ¶
func DockerPromotedEventJSON() string
func DockerPushedEventJSON ¶
func DockerPushedEventJSON() string
func ReleaseBundleCreatedEventJSON ¶
func ReleaseBundleCreatedEventJSON() string
func ReleaseBundleDeletedEventJSON ¶
func ReleaseBundleDeletedEventJSON() string
func ReleaseBundleSignedEventJSON ¶
func ReleaseBundleSignedEventJSON() string
func UnsupportedEventJSON ¶
func UnsupportedEventJSON() string
Types ¶
type ArtifactoryWebhook ¶
type ArtifactoryWebhook struct { Path string Secret string // contains filtered or unexported fields }
func (*ArtifactoryWebhook) NewEvent ¶
func (awh *ArtifactoryWebhook) NewEvent(data []byte, et, ed string) (event, error)
func (*ArtifactoryWebhook) Register ¶
func (awh *ArtifactoryWebhook) Register(router *mux.Router, acc telegraf.Accumulator, log telegraf.Logger)
Click to show internal directories.
Click to hide internal directories.