Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Owner 所有者 Owner = SpacesRole("owner") // Admin 管理员 Admin = SpacesRole("admin") // Editor 可编辑 Editor = SpacesRole("editor") // Viewer 可查看/下载 Viewer = SpacesRole("viewer") // OnlyViewer 只读 OnlyViewer = SpacesRole("only_viewer") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpacesRole ¶
type SpacesRole string
Click to show internal directories.
Click to hide internal directories.