grain/server/types/subscription.go

7 lines
79 B
Go

package server
type Subscription struct {
ID string
Filters []Filter
}