mirror-nourybot/pkg/db/typings.go

7 lines
119 B
Go
Raw Normal View History

2021-10-28 18:04:05 +02:00
package db
type Channel struct {
Name string `bson:"name,omitempty"`
Connect bool `bson:"connect,omitempty"`
}