sdk fixes to re-instate reserved share metadata (#427)

This commit is contained in:
Michael Quigley
2023-10-25 14:16:18 -04:00
parent 7bc923d67d
commit 77964211b3
3 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@ const (
)
type ShareRequest struct {
Reserved bool
BackendMode BackendMode
ShareMode ShareMode
Target string