package
Version:
v0.0.0-...-a156a3c
Opens a new window with list of versions in this module.
Published: Oct 20, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func GreetUser(ctx iris.Context)
GreetUser godoc
@Summary Greets a user
@Produces json
@Success 200 {object} Home
@Router /home [get]
type Home struct {
Message string `json:"message"`
}
Home ... Represents a home
Source Files
¶
Click to show internal directories.
Click to hide internal directories.