Skip to content

Instantly share code, notes, and snippets.

@m1
Last active July 20, 2023 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m1/5a679f56e43694f4955ce2a96ae4ae61 to your computer and use it in GitHub Desktop.
Save m1/5a679f56e43694f4955ce2a96ae4ae61 to your computer and use it in GitHub Desktop.
message DisclosureSignedOffFeedbackEvent {
type.v1.UUID sign_off_id = 1;
google.protobuf.Timestamp processing_timestamp = 2;
oneof event {
DisclosureSignedOffOk success = 3;
DisclosureSignedOffError failed = 4;
reserved 5 to 11;
}
}
message DisclosureSignedOffSuccess {
string processing_id = 1;
}
message DisclosureSignedOffFailed {
ErrorContent error = 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment