mirror of
https://github.com/1f349/violet.git
synced 2024-11-09 22:22:50 +00:00
8 lines
86 B
Go
8 lines
86 B
Go
package target
|
|
|
|
type Service struct {
|
|
Host string
|
|
Port int
|
|
Absolute bool
|
|
}
|