mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
a8b366ee79
commit
5c2205a6f7
|
@ -23,9 +23,9 @@ type Server struct {
|
|||
}
|
||||
|
||||
type Request struct {
|
||||
Method string `json:"method"`
|
||||
Path string `json:"path"`
|
||||
Body json.RawMessage `json:"body"`
|
||||
Method string `json:"method"`
|
||||
Path string `json:"path"`
|
||||
Body any `json:"body"`
|
||||
}
|
||||
|
||||
func New(t testutil.TestingT) *Server {
|
||||
|
|
Loading…
Reference in New Issue