Documentation
¶
Index ¶
- func NewALIClient(vars map[string]interface{}) (*aliClient, error)
- func NewCosClient(vars map[string]interface{}) (*cosClient, error)
- func NewGoogleDriveClient(vars map[string]interface{}) (*googleDriveClient, error)
- func NewKodoClient(vars map[string]interface{}) (*kodoClient, error)
- func NewLocalClient(vars map[string]interface{}) (*localClient, error)
- func NewMinIoClient(vars map[string]interface{}) (*minIoClient, error)
- func NewOneDriveClient(vars map[string]interface{}) (*oneDriveClient, error)
- func NewOssClient(vars map[string]interface{}) (*ossClient, error)
- func NewS3Client(vars map[string]interface{}) (*s3Client, error)
- func NewSftpClient(vars map[string]interface{}) (*sftpClient, error)
- func NewUpClient(vars map[string]interface{}) (*upClient, error)
- func NewWebDAVClient(vars map[string]interface{}) (*webDAVClient, error)
- func RefreshALIToken(varMap map[string]interface{}) (string, error)
- func RefreshGoogleToken(grantType string, tokenType string, varMap map[string]interface{}) (string, error)
- func RefreshToken(grantType string, tokenType string, varMap map[string]interface{}) (string, error)
- type DriveItem
- type NewUploadSessionCreationRequest
- type NewUploadSessionCreationResponse
- type UploadSessionUploadResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewALIClient ¶
func NewCosClient ¶
func NewGoogleDriveClient ¶
func NewKodoClient ¶
func NewLocalClient ¶
func NewMinIoClient ¶
func NewOneDriveClient ¶
func NewOssClient ¶
func NewS3Client ¶
func NewSftpClient ¶
func NewUpClient ¶
func NewWebDAVClient ¶
func RefreshALIToken ¶
func RefreshGoogleToken ¶
Types ¶
type NewUploadSessionCreationRequest ¶
type NewUploadSessionCreationRequest struct {
ConflictBehavior string `json:"@microsoft.graph.conflictBehavior,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.