reportFolder

package
v0.35.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AccessLevelIds = map[AccessLevel][]string{
	NoneAccessLevel: {"None"},
	View:            {"View"},
	Manage:          {"Manage"},
	EditAllContents: {"EditAllContents"},
}
View Source
var FolderSharesCmd = &cobra.Command{
	Use:   "shares",
	Short: "Manage Folder Sharing",
}
View Source
var ShareTypeIds = map[ShareType][]string{
	NoneShareType:       {"None"},
	User:                {"User"},
	Role:                {"Role"},
	RoleAndSubordinates: {"RoleAndSubordinates"},
	Organization:        {"Organization"},
	Group:               {"Group"},
}

Functions

This section is empty.

Types

type AccessLevel

type AccessLevel enumflag.Flag
const (
	NoneAccessLevel AccessLevel = iota
	View
	Manage
	EditAllContents
)

type ShareType

type ShareType enumflag.Flag
const (
	NoneShareType ShareType = iota
	User
	Role
	RoleAndSubordinates
	Organization
	Group
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL