Documentation ¶
Overview ¶
Package iface provides QingStor Service API interface (API Version 2016-01-06)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bucket ¶
type Bucket interface {
// contains filtered or unexported methods
}
Bucket is the method set for all public bucket API.
type Service ¶
type Service interface { // Bucket initializes a new bucket. Bucket(bucketName string, zone string) (*service.Bucket, error) // ListBuckets does Retrieve the bucket list. ListBuckets(input *service.ListBucketsInput) (*service.ListBucketsOutput, error) ListBucketsWithContext(ctx context.Context, input *service.ListBucketsInput) (*service.ListBucketsOutput, error) }
Service is the method set for all public service API.
Click to show internal directories.
Click to hide internal directories.