Documentation ¶
Index ¶
Constants ¶
View Source
const ( NONE = 0o0 OWNER_READ = 0o0400 OWNER_WRITE = 0o0200 OWNER_EXEC = 0o0100 GROUP_READ = 0o040 GROUP_WRITE = 0o020 GROUP_EXEC = 0o010 OTHERS_READ = 0o04 OTHERS_WRITE = 0o02 OTHERS_EXEC = 0o01 ALL = 0o0777 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserGroupPerm ¶
func AnonymousUserPermissions ¶
func AnonymousUserPermissions() *UserGroupPerm
func GroupAuthPermissions ¶
func GroupAuthPermissions(groupID string) *UserGroupPerm
Click to show internal directories.
Click to hide internal directories.