Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Permission ¶
type Permission uint8
Permission defines the access policy for the object.
const ( // Owner gets full control. Others have no access right. PRIVATE Permission = iota // Owner gets full control. Others have the right to read. PUBLIC_READ )
Click to show internal directories.
Click to hide internal directories.