package
Version:
v0.0.0-...-3029327
Opens a new window with list of versions in this module.
Published: Sep 10, 2019
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type GreetingResponse struct {
Payload struct {
Greeting string `json:"greeting,omitempty"`
Name string `json:"name,omitempty"`
Error string `json:"error,omitempty"`
} `json:"payload"`
Successful bool `json:"successful"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.