Files
push-server/interval/server/model/topic.go
R2m1liA 53555a31c0 refactor: 重构项目结构
- 将server端相关依赖单独防止在server中
2025-12-17 12:34:03 +08:00

8 lines
82 B
Go

package model
type Topic string
func (t Topic) Valid() bool {
return t != ""
}