| 77 | } |
| 78 | |
| 79 | type ClusterNode struct { |
| 80 | id string |
| 81 | addr string |
| 82 | role string |
| 83 | password string |
| 84 | createdAt int64 |
| 85 | } |
| 86 | |
| 87 | type ClusterInfo struct { |
| 88 | CurrentEpoch int64 `json:"cluster_current_epoch"` |
nothing calls this directly
no outgoing calls
no test coverage detected