func GetAllCommands()

in oss/lib/command.go [867:917]


func GetAllCommands() []interface{} {
	return []interface{}{
		&helpCommand,
		&configCommand,
		&makeBucketCommand,
		&listCommand,
		&removeCommand,
		&statCommand,
		&setACLCommand,
		&setMetaCommand,
		&copyCommand,
		&restoreCommand,
		&createSymlinkCommand,
		&readSymlinkCommand,
		&signURLCommand,
		&hashCommand,
		&updateCommand,
		&probeCommand,
		&mkdirCommand,
		&corsCommand,
		&bucketLogCommand,
		&bucketRefererCommand,
		&listPartCommand,
		&allPartSizeCommand,
		&appendFileCommand,
		&catCommand,
		&bucketTagCommand,
		&bucketEncryptionCommand,
		&corsOptionsCommand,
		&bucketStyleCommand,
		&bucketLifeCycleCommand,
		&bucketWebsiteCommand,
		&bucketQosCommand,
		&userQosCommand,
		&bucketVersioningCommand,
		&duSizeCommand,
		&bucketPolicyCommand,
		&requestPaymentCommand,
		&objectTagCommand,
		&bucketInventoryCommand,
		&revertCommand,
		&syncCommand,
		&wormCommand,
		&lrbCommand,
		&replicationCommand,
		&bucketCnameCommand,
		&lcbCommand,
		&bucketAccessMonitorCommand,
		&bucketResourceGroupCommand,
	}
}