refactor: 重构项目结构
- 将server端相关依赖单独防止在server中
This commit is contained in:
6
interval/server/model/subscription.go
Normal file
6
interval/server/model/subscription.go
Normal file
@ -0,0 +1,6 @@
|
||||
package model
|
||||
|
||||
type Subscription struct {
|
||||
Topic Topic
|
||||
ClientID string
|
||||
}
|
||||
Reference in New Issue
Block a user