Get Info About Drive
Requirements
Example
We created the drive in the previous guide and want to get information about it.
drive, _ = client.Storage.GetDrive(ctx, driveAccount.PublicAccount)
fmt.Println(drive.String())
We created the drive in the previous guide and want to get information about it.
drive, _ = client.Storage.GetDrive(ctx, driveAccount.PublicAccount)
fmt.Println(drive.String())