Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { SSL ssl `split_words:"true" required:"true"` Port string `split_words:"true" required:"true"` }
Config support to the server
type ModelPong ¶
type ModelPong struct {
Pong bool `json:"pong"`
}
ModelPong describe the response http to a ping method
Click to show internal directories.
Click to hide internal directories.