Initial commit.
This commit is contained in:
7
internal/models/host.go
Normal file
7
internal/models/host.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
// Host represents structure of single host that was parsed from hosts file.
|
||||
type Host struct {
|
||||
Domain string
|
||||
Address string
|
||||
}
|
Reference in New Issue
Block a user