rtss-core/model/section.go

6 lines
53 B
Go
Raw Normal View History

2024-06-07 18:38:38 +08:00
package model
type Section interface {
RtssModel
}