Reorganize Go project layout
This commit is contained in:
12
internal/noodle/model.go
Normal file
12
internal/noodle/model.go
Normal file
@ -0,0 +1,12 @@
|
||||
package noodle
|
||||
|
||||
type Noodle struct {
|
||||
Id string
|
||||
Name string
|
||||
Proto string
|
||||
ListenPort int
|
||||
DestPort int
|
||||
DestHost string
|
||||
Expiration int
|
||||
IsUp bool
|
||||
}
|
||||
Reference in New Issue
Block a user