8 lines
97 B
Go
8 lines
97 B
Go
package models
|
|
|
|
type Request struct {
|
|
Name string
|
|
HttpMethod string
|
|
HttpPath string
|
|
}
|