Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultHandler ¶
Types ¶
type Base ¶
type Base struct{}
func (Base) Ping ¶
func (b Base) Ping(c *gin.Context, req *PingRequest) *PingResponse
type PingRequest ¶
type PingRequest struct {
}
type PingResponse ¶
type PingResponse struct {
Value string `json:"value"`
}
Click to show internal directories.
Click to hide internal directories.