mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +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
|
@ -7,5 +7,4 @@ type request struct {
|
||||||
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