Documentation ¶
Index ¶
Constants ¶
View Source
const ( DEFAULT_WORKDIR = "/var/uhppoted" DEFAULT_KEYSDIR = "/etc/uhppoted/acl/keys" DEFAULT_KEYFILE = "/etc/uhppoted/acl/keys/uhppoted" DEFAULT_CREDENTIALS = "" DEFAULT_PROFILE = "" DEFAULT_REGION = "" DEFAULT_LOGFILE = "/var/log/uhppoted/uhppoted-app-s3.log" DEFAULT_LOGFILESIZE = 10 )
View Source
const APP = "uhppoted-app-s3"
Variables ¶
View Source
var CompareACLCmd = CompareACL{ // contains filtered or unexported fields }
View Source
var LoadACLCmd = LoadACL{ // contains filtered or unexported fields }
View Source
var StoreACLCmd = StoreACL{ // 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 StoreACL ¶
type StoreACL struct {
// contains filtered or unexported fields
}
func (*StoreACL) Description ¶
Click to show internal directories.
Click to hide internal directories.