Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeleteRequest ¶
type DeleteRequest struct {
Table string
}
type DeleteResponse ¶
type DeleteResponse struct {
Details string
}
type DiffRequest ¶
type DiffRequest struct {
Table string
}
type Response ¶
type Response struct { Result interface{} `json:"result"` Error ResponseError `json:"error"` }
Response Standardised response helper struct
type ResponseError ¶
type ResponseError struct { Error string `json:"error"` Detail string `json:"detail"` Data interface{} `json:"data"` }
ResponseError Standardised response error helper struct
Click to show internal directories.
Click to hide internal directories.