Documentation
¶
Index ¶
- type Client
- func (c *Client) UploadPublicDataBase64(folder string, fileName string, stringBase64 string) (string, error)
- func (c *Client) UploadPublicDataFile(folder string, fileName string, fileBytes []byte) (string, error)
- func (c *Client) UploadPublicMultipartFile(folder string, fileName string, file multipart.File, ...) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func InitClient ¶
func (*Client) UploadPublicDataBase64 ¶
func (*Client) UploadPublicDataFile ¶
Click to show internal directories.
Click to hide internal directories.