Discover Packages
github.com/ns1labs/orb
sinks
backend
package
Version:
v0.11.0
Opens a new window with list of versions in this module.
Published: Jan 19, 2022
License: MPL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Backend interface {
Metadata() interface{}
CreateFeatureConfig() []ConfigFeature
}
type ConfigFeature struct {
Type string `json:"type"`
Input string `json:"input"`
Title string `json:"title"`
Name string `json:"name"`
Required bool `json:"required"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.