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
the following client API types does not contain fields: CreateIndex and ModifyIndex, but the server side will include them in the http response.
type Node struct { ID string Node string Address string TaggedAddresses map[string]string Meta map[string]string }
type AgentService struct { ID string Service string Tags []string Port int Address string EnableTagOverride bool }
The text was updated successfully, but these errors were encountered:
f499584
Merge pull request #2908 from hashicorp/jbs-2882
4917853
API: Add struct fields, fixes #2882
No branches or pull requests
the following client API types does not contain fields: CreateIndex and ModifyIndex, but the server side will include them in the http response.
type Node struct {
ID string
Node string
Address string
TaggedAddresses map[string]string
Meta map[string]string
}
type AgentService struct {
ID string
Service string
Tags []string
Port int
Address string
EnableTagOverride bool
}
The text was updated successfully, but these errors were encountered: