mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 20:12:25 +00:00
add postfix -md5 to checksum field
This commit is contained in:
@@ -17,7 +17,7 @@ type RPCResponse struct {
|
|||||||
Error any `json:"error,omitempty"`
|
Error any `json:"error,omitempty"`
|
||||||
ResponsibleNode string `json:"responsible-node,omitempty"`
|
ResponsibleNode string `json:"responsible-node,omitempty"`
|
||||||
Salt string `json:"salt,omitempty"`
|
Salt string `json:"salt,omitempty"`
|
||||||
Checksum string `json:"checksum,omitempty"`
|
Checksum string `json:"checksum-md5,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|||||||
Reference in New Issue
Block a user