Files
openlan/pkg/schema/ztrust.go
2024-01-02 11:14:54 +08:00

19 lines
428 B
Go
Executable File

package schema
type ZGuest struct {
Network string `json:"network"`
Name string `json:"name"`
Device string `json:"device"`
Address string `json:"Address"`
}
type KnockRule struct {
Network string `json:"network"`
Name string `json:"name"`
Dest string `json:"destination"`
Protocol string `json:"protocol"`
Port string `json:"port"`
Age int `json:"age"`
CreateAt int64 `json:"createAt"`
}