nodeStatus.go 69 B

123456789
  1. package nodeStatus
  2. type (
  3. sNodeStatus struct{}
  4. )
  5. func init() {
  6. }