Documentation ¶
Index ¶
- type CloudFile
- type StorageFunctions
- type StorageFunctionsProxy
- func (sfp StorageFunctionsProxy) Availability() (available bool, err error)
- func (sfp StorageFunctionsProxy) Close() error
- func (sfp StorageFunctionsProxy) GetFile(fileName string, path string) (file *os.File, err error)
- func (sfp StorageFunctionsProxy) List(path string) (files []CloudFile, err error)
- func (sfp StorageFunctionsProxy) Price(size float64) (price float64, err error)
- func (sfp StorageFunctionsProxy) SendFile(base64File string, fileName string, path string) (createdFile CloudFile, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageFunctions ¶
type StorageFunctionsProxy ¶
type StorageFunctionsProxy struct { ObjectId int // contains filtered or unexported fields }
func NewStorageFunctionsProxy ¶
func NewStorageFunctionsProxy(host string, port int, objectId int) *StorageFunctionsProxy
func (StorageFunctionsProxy) Availability ¶
func (sfp StorageFunctionsProxy) Availability() (available bool, err error)
func (StorageFunctionsProxy) Close ¶
func (sfp StorageFunctionsProxy) Close() error
func (StorageFunctionsProxy) List ¶
func (sfp StorageFunctionsProxy) List(path string) (files []CloudFile, err error)
Click to show internal directories.
Click to hide internal directories.