violet/target/service.go
2023-04-19 01:30:23 +01:00

8 lines
86 B
Go

package target
type Service struct {
Host string
Port int
Absolute bool
}