Documentation
¶
Index ¶
Constants ¶
View Source
const APP = "uhppoted-app-sheets"
View Source
const (
DEFAULT_WORKDIR = "/usr/local/var/com.github.uhppoted"
)
Variables ¶
View Source
var CompareACLCmd = CompareACL{ // contains filtered or unexported fields }
View Source
var GetCmd = Get{ // contains filtered or unexported fields }
View Source
var LoadACLCmd = LoadACL{ // contains filtered or unexported fields }
View Source
var PutCmd = Put{ // contains filtered or unexported fields }
View Source
var UploadACLCmd = UploadACL{ // contains filtered or unexported fields }
Functions ¶
This section is empty.
Types ¶
type CompareACL ¶
type CompareACL struct {
// contains filtered or unexported fields
}
func (*CompareACL) Description ¶
func (cmd *CompareACL) Description() string
func (*CompareACL) Execute ¶
func (cmd *CompareACL) Execute(args ...interface{}) error
func (*CompareACL) FlagSet ¶
func (cmd *CompareACL) FlagSet() *flag.FlagSet
func (*CompareACL) Help ¶
func (cmd *CompareACL) Help()
func (*CompareACL) Name ¶
func (cmd *CompareACL) Name() string
func (*CompareACL) Usage ¶
func (cmd *CompareACL) Usage() string
type LoadACL ¶
type LoadACL struct {
// contains filtered or unexported fields
}
func (*LoadACL) Description ¶
type UploadACL ¶
type UploadACL struct {
// contains filtered or unexported fields
}
func (*UploadACL) Description ¶
Click to show internal directories.
Click to hide internal directories.