feat: initial release
This commit is contained in:
parent
a3cf21f5bd
commit
761174d035
41 changed files with 2008 additions and 217 deletions
7
internal/types/host.go
Normal file
7
internal/types/host.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package types
|
||||
|
||||
type HostState struct {
|
||||
Domains []string
|
||||
Endpoint string
|
||||
Name string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue