Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lbbniu committed Jun 17, 2023
1 parent 8ad86ac commit 091b725
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tars/registry/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import (

// ServantInstance is an instance of a service in a discovery system.
type ServantInstance struct {
TarsVersion string `json:"tarsVersion"`
TarsVersion string `json:"tars_version"`
App string `json:"app"`
Server string `json:"server"`
Servant string `json:"servant"`
EnableSet bool `json:"enableSet"`
SetDivision string `json:"setDivision"`
EnableSet bool `json:"enable_set"`
SetDivision string `json:"set_division"`
Protocol string `json:"protocol"`
Endpoint endpoint.Endpoint `json:"endpoint"`
}
Expand Down

0 comments on commit 091b725

Please sign in to comment.