package
Version:
v0.0.0-...-7ff62be
Opens a new window with list of versions in this module.
Published: Dec 16, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Request struct {
Pbehavior string `json:"pbehavior" binding:"required"`
Author string `json:"author" swaggerignore:"true"`
Message string `json:"message" binding:"required,max=255"`
}
type Response struct {
ID string `bson:"_id" json:"_id"`
Author *author.Author `bson:"author" json:"author"`
Timestamp datetime.CpsTime `bson:"ts" json:"ts" swaggertype:"integer"`
Message string `bson:"message" json:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.