mirror of
https://github.com/chaitin/SafeLine.git
synced 2026-02-04 07:43:27 +08:00
8 lines
123 B
Go
8 lines
123 B
Go
package model
|
|
|
|
type Behaviour struct {
|
|
Base
|
|
SrcRouter string `json:"src_router"`
|
|
DstRouter string `json:"dst_router"`
|
|
}
|