Skip to content

Commit

Permalink
Fix event key names
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed May 15, 2024
1 parent c599152 commit 62279bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/api/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ type Content struct {
SourceMimeType string `json:"source_mimetype,omitempty" description:"MIME type of the source URI"`
DestinationMimeType string `json:"mimetype" description:"MIME type of the derivative being created"`
Args string `json:"args" description:"Arguments used or applicable to the content"`
SourceURI string `json:"sourceUri" description:"Source URI from which the content is fetched"`
DestinationURI string `json:"destinationUri" description:"Destination URI to where the content is delivered"`
FileUploadURI string `json:"fileUploadUri" description:"File upload URI for uploading the content"`
SourceURI string `json:"source_uri" description:"Source URI from which the content is fetched"`
DestinationURI string `json:"destination_uri" description:"Destination URI to where the content is delivered"`
FileUploadURI string `json:"file_upload_uri" description:"File upload URI for uploading the content"`
}

// decode the event message sent by Islandora directly from ActiveMQ
Expand Down

0 comments on commit 62279bd

Please sign in to comment.