package
Version:
v0.0.0-...-d885e2b
Opens a new window with list of versions in this module.
Published: Jan 19, 2020
License: AGPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Call used for call plugins backend
type Obj interface {
Action(map[string]interface{}) (map[string]interface{}, error)
}
Obj used for replicate plugin object
type PluginParam struct {
Extension string `form:"extension" binding:"required"`
Type string `form:"type" binding:"required"`
Handle string `form:"handle" binding:"required"`
Data map[string]string
}
PluginParam used as parameter plugin
Plugins used as crud object
Source Files
¶
Click to show internal directories.
Click to hide internal directories.