iface

package
v4.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2020 License: Apache-2.0 Imports: 2 Imported by: 7

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL