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

Support for Default tags #16

Merged
merged 9 commits into from
Feb 12, 2024
Merged

Conversation

venkat-iblox
Copy link
Collaborator

No description provided.

client/configuration.go Outdated Show resolved Hide resolved
client/configuration.go Outdated Show resolved Hide resolved
client/configuration.go Outdated Show resolved Hide resolved
client/configuration.go Outdated Show resolved Hide resolved
@@ -98,6 +100,10 @@ func (c *Configuration) AddDefaultHeader(key string, value string) {
c.DefaultHeader[key] = value
}

func (c *Configuration) GetDefaultTags() map[string]string {
Copy link
Collaborator

Choose a reason for hiding this comment

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

We don't usually do Get... methods in Go. We can update get generator and fix that in another PR.

@mathewab mathewab merged commit 2eddfcb into infobloxopen:master Feb 12, 2024
1 check passed
@venkat-iblox venkat-iblox deleted the default-tags branch February 13, 2024 01:18
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.

2 participants