violet/target/route.go

10 lines
96 B
Go

package target
type Route struct {
Pre bool
Host string
Port int
Path string
Abs bool
}