Skip to content
Snippets Groups Projects
Commit 1a47255a authored by Steffen Schulze's avatar Steffen Schulze
Browse files

holderkeys added

parent 3aa73185
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,10 @@ type RetrievalNotification struct { ...@@ -28,7 +28,10 @@ type RetrievalNotification struct {
// Notification when something was accepted --> EventTypeRetrievalAcceptanceNotification // Notification when something was accepted --> EventTypeRetrievalAcceptanceNotification
type RetrievalAcceptanceNotification struct { type RetrievalAcceptanceNotification struct {
common.Request common.Request
OfferingId string `json:"offeringId"` OfferingId string `json:"offeringId"`
Message string `json:"message"` Message string `json:"message"`
Result bool `json:"result"` Result bool `json:"result"`
HolderKey string `json:"holderKey`
HolderNamespace string `json:"holderNamespace`
HolderGroup string `json:"holderGroup`
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment