kopia lustrzana https://github.com/bugout-dev/moonstream
14 wiersze
212 B
Go
14 wiersze
212 B
Go
![]() |
package cmd
|
||
|
|
||
|
type PingResponse struct {
|
||
|
Status string `json:"status"`
|
||
|
}
|
||
|
|
||
|
type GethResponse struct {
|
||
|
Result string `json:"result"`
|
||
|
}
|
||
|
|
||
|
type PingGethResponse struct {
|
||
|
CurrentBlock uint64 `json:"current_block"`
|
||
|
}
|