url-parser/config/config.go

8 lines
93 B
Go

package config
type Config struct {
URL string
QueryField string
PathIndex int
}