Discover Packages
github.com/livepeer/livepeer-data
pkg
mistconnector
package
Version:
v0.4.11
Opens a new window with list of versions in this module.
Published: Feb 2, 2022
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
Documentation
Documentation
¶
func PrintMistConfigJson(name, description, friendlyName, version string , flagSet *flag .FlagSet )
type MistConfig struct {
Name string `json:"name"`
Description string `json:"desc"`
FriendlyName string `json:"friendly"`
Optional map[string ]MistOptional `json:"optional,omitempty"`
Version string `json:"version,omitempty"`
}
type MistOptional struct {
Name string `json:"name"`
Help string `json:"help"`
Option string `json:"option,omitempty"`
Default string `json:"default,omitempty"`
Type string `json:"type,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.