Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConnRabbitMQ ¶
func ConnRabbitMQ() error
Types ¶
type TicketRabbit ¶
type TicketRabbit struct { ID uuid.UUID `bson:"_id" json:"id"` Title string `bson:"title" json:"title"` Body string `bson:"body" json:"body"` Email string `bson:"email" json:"email"` CreatedAt time.Time `bson:"created_at" json:"created_at"` UpdatedAt time.Time `bson:"updated_at" json:"updated_at"` }
Click to show internal directories.
Click to hide internal directories.