package
module
Version:
v0.0.0-...-6d938a6
Opens a new window with list of versions in this module.
Published: May 30, 2021
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type RequestBody struct {
Token string `json:"token"`
Endpoint string `json:"endpoint"`
Path string `json:"path"`
Data map[string]interface{} `json:"data"`
}
type Response struct {
Payload map[string]interface{} `json:"payload"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.