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