Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientPool ¶
type ClientPool struct { }
type IrodsController ¶
type IrodsController struct {
// contains filtered or unexported fields
}
IrodsController is a controller object
func Start ¶
func Start(config *commons.Config) (*IrodsController, error)
Start starts a new S3 service
func (*IrodsController) GetUserSecretKey ¶
func (controller *IrodsController) GetUserSecretKey(username string) (string, error)
func (*IrodsController) ListRootDirStats ¶
func (controller *IrodsController) ListRootDirStats(username string) ([]*irodsclient_fs.Entry, error)
func (*IrodsController) Stop ¶
func (controller *IrodsController) Stop() error
Stop stops the service
Click to show internal directories.
Click to hide internal directories.