Router/Parameter.go
2024-08-22 21:46:21 -05:00

7 lines
70 B
Go

package router
type Parameter struct {
Key string
Value string
}