Versions in this module Expand all Collapse all v1 v1.0.0 Jun 28, 2020 Changes in this version + type AwsAdapter struct + func (ad *AwsAdapter) Create(ctx context.Context, volume *model.Volume) (*pb.CreateVolumeResponse, error) + func (ad *AwsAdapter) List(ctx context.Context) (*pb.ListVolumesResponse, error) + type AwsDriverFactory struct + func (factory *AwsDriverFactory) CreateDriver(backend *backendpb.BackendDetail) (driver.StorageDriver, error)