Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonFsClient ¶
type JsonFsClient struct {
// contains filtered or unexported fields
}
func NewJsonFsClient ¶
func NewJsonFsClient(serverUrl, authKeyId, authKeySecret string, caPool *x509.CertPool) *JsonFsClient
func (*JsonFsClient) Ls ¶
func (c *JsonFsClient) Ls(path string) ([]*api.JsonFsAttr, error)
func (*JsonFsClient) Open ¶
func (c *JsonFsClient) Open(attr api.JsonFsAttr) (io.ReadCloser, error)
func (*JsonFsClient) Stat ¶
func (c *JsonFsClient) Stat(path string) (api.JsonFsAttr, error)
Click to show internal directories.
Click to hide internal directories.