package
Version:
v0.0.0-...-12fcf6b
Opens a new window with list of versions in this module.
Published: Feb 19, 2024
License: MIT
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
¶
Ping godoc
@Summary ping pong
@Description return pong
@ID ping-pong
@Accept json
@Produce json
@Success 200 {object} ResponsePing
@Router /ping [get]
type ResponsePing struct {
Message string `json:"message" example:"pong"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.