mirror of
https://github.com/0ceanSlim/grain.git
synced 2024-11-22 16:47:13 +00:00
7 lines
79 B
Go
7 lines
79 B
Go
|
package server
|
||
|
|
||
|
type Subscription struct {
|
||
|
ID string
|
||
|
Filters []Filter
|
||
|
}
|