Documentation ¶
Index ¶
- type AwsFunctions
- func (AwsFunctions) Availability() (available bool, err error)
- func (AwsFunctions) GetFile(fileName string, path string) (base64File string, err error)
- func (AwsFunctions) List(path string) (files []cloudLib.CloudFile, err error)
- func (AwsFunctions) Price(size float64) (price float64, err error)
- func (AwsFunctions) SendFile(base64File string, fileName string, path string) (createdFile cloudLib.CloudFile, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsFunctions ¶
type AwsFunctions struct { }
func (AwsFunctions) Availability ¶
func (AwsFunctions) Availability() (available bool, err error)
func (AwsFunctions) GetFile ¶
func (AwsFunctions) GetFile(fileName string, path string) (base64File string, err error)
Click to show internal directories.
Click to hide internal directories.