Files
SafeLine/management/webserver/model/behaviour.go
2024-07-04 17:54:34 +08:00

8 lines
123 B
Go

package model
type Behaviour struct {
Base
SrcRouter string `json:"src_router"`
DstRouter string `json:"dst_router"`
}