Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { User *user RevokedToken *revokedToken Category *category Post *post Comment *comment Page *page Notification *notification // contains filtered or unexported fields }
func NewService ¶
func NewService( dbConn *mongo.Database, queueClient *client.QueueClient, ) (service *Service)
Click to show internal directories.
Click to hide internal directories.