Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RawExec ¶
type VersionDecoder ¶
type VersionDecoder struct {
DecodeCall struct {
Received struct {
JSONBytes []byte
}
Returns struct {
PluginInfo version.PluginInfo
Error error
}
}
}
func (*VersionDecoder) Decode ¶
func (e *VersionDecoder) Decode(jsonData []byte) (version.PluginInfo, error)
Click to show internal directories.
Click to hide internal directories.