package
Version:
v0.0.0-...-fda2d77
Opens a new window with list of versions in this module.
Published: Nov 19, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Hub struct {
ID primitive.ObjectID `bson:"_id,omitempty" json:"_id,omitempty"`
OwnerID string `bson:"owner_id" json:"owner_id"`
Name string `bson:"name" json:"name"`
Channels []string `bson:"channels" json:"channels"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.