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

client API types does not match with the ones returned from server side #2882

Closed
hehailong5 opened this issue Apr 10, 2017 · 0 comments
Closed
Labels
type/enhancement Proposed improvement or new feature

Comments

@hehailong5
Copy link

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
}

@slackpad slackpad added easy type/enhancement Proposed improvement or new feature labels Apr 12, 2017
slackpad added a commit that referenced this issue Apr 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Proposed improvement or new feature
Projects
None yet
Development

No branches or pull requests

2 participants