Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanUpFileName ¶ added in v1.4.1
CleanUpFileName removes file extention and anything but a-zA-Z-_
func RandStringRunes ¶ added in v1.4.1
RandStringRunes returns a random string with n characters where n>=1
Types ¶
type PermissionLevel ¶
type PermissionLevel int
const ( PermOwner PermissionLevel = iota PermGroup PermEveryone )
func ReadPermission ¶
func ReadPermission(col string) PermissionLevel
func WritePermission ¶
func WritePermission(col string) PermissionLevel
Click to show internal directories.
Click to hide internal directories.