package
Version:
v1.1.0-rc1
Opens a new window with list of versions in this module.
Published: Oct 22, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Action struct {
Protocol string `json:"protocol"`
Key string `json:"key"`
Input Input `json:"input"`
Output interface{} `json:"output"`
}
type Input struct {
Param map[string][]string `json:"param"`
Content interface{} `json:"content"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.