We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clisso/cmd/get.go
Lines 87 to 109 in baae940
We could use an interface to eliminate the code duplication above and have something like the following:
p := NewProvider(pType) creds, err := p.Get() ...
The concrete provider type would be constructed based on the invoked command.
The text was updated successfully, but these errors were encountered:
Refactor invalid session duration handling
a5c9164
No branches or pull requests
clisso/cmd/get.go
Lines 87 to 109 in baae940
We could use an interface to eliminate the code duplication above and have something like the following:
The concrete provider type would be constructed based on the invoked command.
The text was updated successfully, but these errors were encountered: