feat: enhanced error messages for cloud and oss specific commands (#347)
* feat: enhanced error messages for cloud and oss specific commands * chore: rename test
This commit is contained in:
@ -52,8 +52,8 @@ Examples:
|
||||
api := getAPI(ctx)
|
||||
client := backup.Client{
|
||||
CLI: getCLI(ctx),
|
||||
BackupApi: api.BackupApi.OnlyOSS(),
|
||||
HealthApi: api.HealthApi.OnlyOSS(),
|
||||
BackupApi: api.BackupApi,
|
||||
HealthApi: api.HealthApi,
|
||||
}
|
||||
return client.Backup(getContext(ctx), ¶ms)
|
||||
},
|
||||
|
Reference in New Issue
Block a user