sacloud / libsacloud

[Deprecated] Library for SAKURA Cloud API with Go
Apache License 2.0
18 stars 13 forks source link

helper/api: Added NewCallerWithDefaults func #862

Closed yamamoto-febc closed 2 years ago

yamamoto-febc commented 2 years ago

861 のフォロー

NewDefaultCaller()NewCallerWithDefaults(opts *CallerOptions)に修正する。

基本的に各アプリケーション側で何らかのオプション指定を行うことが多く、環境変数/デフォルト値のみ利用というケースはほとんどないため。 もし必要であればNewCallerWithDefaults(opts *CallerOptions)に空のCallerOptionsを渡せば良い。