Skip to content
New issue

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

liquidapi: add type Client #176

Merged
merged 2 commits into from
Nov 5, 2024
Merged

liquidapi: add type Client #176

merged 2 commits into from
Nov 5, 2024

Conversation

majewsky
Copy link
Contributor

@majewsky majewsky commented Nov 5, 2024

This implementation comes from Limes (internal/plugins/client_liquid.go) and moves here in order to be usable from limesctl.

This implementation comes from Limes
(`internal/plugins/client_liquid.go`) and moves here in order to be
usable from limesctl.
@coveralls
Copy link

coveralls commented Nov 5, 2024

Coverage Status

coverage: 39.017% (-0.1%) from 39.117%
when pulling 562b902 on liquid-client
into e859150 on master.

endpoint string
err error
)
if opts.EndpointOverride == "" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

endpoint := opts.EndpointOverride
if endpoint == "" {
    // fetch from keystone
}

would cut the var block + else branch

@majewsky majewsky merged commit 3d84e0c into master Nov 5, 2024
6 checks passed
@majewsky majewsky deleted the liquid-client branch November 5, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants