Documentation ¶
Index ¶
- type GoogleFunctions
- func (gf GoogleFunctions) Availability() (available bool, err error)
- func (gf GoogleFunctions) GetFile(fileName string, path string) (base64File string, err error)
- func (gf GoogleFunctions) List(path string) (files []cloudLib.CloudFile, err error)
- func (gf GoogleFunctions) Price(size float64) (price float64, err error)
- func (gf GoogleFunctions) 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 GoogleFunctions ¶
type GoogleFunctions struct { }
func (GoogleFunctions) Availability ¶
func (gf GoogleFunctions) Availability() (available bool, err error)
func (GoogleFunctions) GetFile ¶
func (gf GoogleFunctions) GetFile(fileName string, path string) (base64File string, err error)
func (GoogleFunctions) List ¶
func (gf GoogleFunctions) List(path string) (files []cloudLib.CloudFile, err error)
Click to show internal directories.
Click to hide internal directories.