package
Version:
v0.0.0-...-de8c022
Opens a new window with list of versions in this module.
Published: Feb 11, 2024
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PostRequestBody struct {
CommentID *int `xml:"commentId" json:"commentId,omitempty" form:"commentId" validate:"required"`
Rate *int `xml:"rate" json:"rate,omitempty" form:"rate" validate:"required,oneof=1 0 -1"`
}
type PostRequestQuery struct {
User *string `query:"user" validate:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.