Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserHeaderData ¶
type UserHeaderData struct {
// hosting-internal name
// required: true
ID string `json:"id"`
// user-visible label for the object
// required: true
Label string `json:"label"`
// one of: "owner", "read", "write", "read-delete", "none"
// required: true
Access string `json:"access"`
}
represents header data for X-User-Namespace and X-User-Volume headers (encoded in base64)
Click to show internal directories.
Click to hide internal directories.