Documentation
¶
Overview ¶
Copyright © 2022 Yoan BERNABEU <yoan.bernabeu@gmail.com>
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JelasticResponse ¶ added in v0.2.0
type JelasticResponse struct {
Result int `json:"result"`
Error string `json:"error"`
Raw interface{} `json:"raw"`
Source string `json:"source"`
}
JelasticResponse represents the structure of a Jelastic API response
Source Files
¶
Click to show internal directories.
Click to hide internal directories.