nginx-ui/model/stream.go
2023-12-15 21:52:41 +08:00

7 lines
111 B
Go

package model
type Stream struct {
Model
Path string `json:"path"`
Advanced bool `json:"advanced"`
}