type Config struct { CommitIndex uint64 `json:"commitIndex"` // TODO decide what we need to store in peer struct Peers []*Peer `json:"peers"`}我明白前两列是什么,但什么是json:"commitIndex"?
2 回答
- 2 回答
- 0 关注
- 422 浏览
添加回答
举报
0/150
提交
取消