Router/parameter.go

7 lines
70 B
Go
Raw Normal View History

2024-08-22 21:46:21 -05:00
package router
type Parameter struct {
Key string
Value string
}