mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
remove request test meta field
This commit is contained in:
parent
a86624caa0
commit
7cf945d4ab
1 changed files with 4 additions and 5 deletions
|
@ -3,9 +3,8 @@ package jsonrpc
|
|||
import "encoding/json"
|
||||
|
||||
type request struct {
|
||||
Jsonrpc string `json:"jsonrpc"`
|
||||
ID any `json:"id,omitempty"`
|
||||
Method string `json:"method"`
|
||||
Params json.RawMessage `json:"params"`
|
||||
Meta map[string]string `json:"meta,omitempty"`
|
||||
Jsonrpc string `json:"jsonrpc"`
|
||||
ID any `json:"id,omitempty"`
|
||||
Method string `json:"method"`
|
||||
Params json.RawMessage `json:"params"`
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue