Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MeowchatCollectionSet = wire.NewSet( NewMeowchatCollection, wire.Struct(new(MeowchatCollection), "*"), wire.Bind(new(IMeowchatCollection), new(*MeowchatCollection)), )
Functions ¶
func NewMeowchatCollection ¶
func NewMeowchatCollection(config *config.Config) collection.Client
Types ¶
type IMeowchatCollection ¶
type IMeowchatCollection interface { collection.Client }
type MeowchatCollection ¶
type MeowchatCollection struct {
collection.Client
}
Click to show internal directories.
Click to hide internal directories.