violet/target/route.go

10 lines
96 B
Go
Raw Normal View History

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