Skip to content

Commit

Permalink
Merge pull request #2908 from hashicorp/jbs-2882
Browse files Browse the repository at this point in the history
API: Add struct fields, fixes #2882
  • Loading branch information
slackpad committed Apr 13, 2017
2 parents ef6a42a + f499584 commit 4917853
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ type AgentService struct {
Port int
Address string
EnableTagOverride bool
CreateIndex uint64
ModifyIndex uint64
}

// AgentMember represents a cluster member known to the agent
Expand Down
2 changes: 2 additions & 0 deletions api/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ type Node struct {
Address string
TaggedAddresses map[string]string
Meta map[string]string
CreateIndex uint64
ModifyIndex uint64
}

type CatalogService struct {
Expand Down

0 comments on commit 4917853

Please sign in to comment.