Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuntimeService ¶
type RuntimeService interface {
ListEvents(context.Context, *api.ListEventsRequest) (*api.ListEventsResponse, error)
ListBuckets(context.Context, *api.ListBucketsRequest) (*api.ListBucketsResponse, error)
CreateBucket(context.Context, *api.CreateBucketRequest) (*api.CreateBucketResponse, error)
ListBucketClasses(ctx context.Context, request *api.ListBucketClassesRequest) (*api.ListBucketClassesResponse, error)
DeleteBucket(context.Context, *api.DeleteBucketRequest) (*api.DeleteBucketResponse, error)
}
Click to show internal directories.
Click to hide internal directories.