Skip to content

Commit

Permalink
address the comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <rleungx@gmail.com>
  • Loading branch information
rleungx committed Mar 11, 2024
1 parent ec751db commit 3fa4639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/http/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type ClusterState struct {
}

// State is the status of PD server.
// NOTE: This type is exported by HTTP API. Please pay more attention when modifying it.
// NOTE: This type sync with https://github.com/tikv/pd/blob/1d77b25656bc18e1f5aa82337d4ab62a34b10087/pkg/versioninfo/versioninfo.go#L29
type State struct {
BuildTS string `json:"build_ts"`
Version string `json:"version"`
Expand Down

0 comments on commit 3fa4639

Please sign in to comment.