mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +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"
|
import "encoding/json"
|
||||||
|
|
||||||
type request struct {
|
type request struct {
|
||||||
Jsonrpc string `json:"jsonrpc"`
|
Jsonrpc string `json:"jsonrpc"`
|
||||||
ID any `json:"id,omitempty"`
|
ID any `json:"id,omitempty"`
|
||||||
Method string `json:"method"`
|
Method string `json:"method"`
|
||||||
Params json.RawMessage `json:"params"`
|
Params json.RawMessage `json:"params"`
|
||||||
Meta map[string]string `json:"meta,omitempty"`
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue