nginx-ui/model/stream.go
2025-02-25 15:53:08 +08:00

8 lines
189 B
Go

package model
type Stream struct {
Model
Path string `json:"path"`
Advanced bool `json:"advanced"`
SyncNodeIDs []uint64 `json:"sync_node_ids" gorm:"serializer:json"`
}