package
Version:
v1.3.1
Opens a new window with list of versions in this module.
Published: Sep 10, 2021
License: Apache-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
¶
type ErrorDefinition struct {
Code uint `json:"code"`
Message string `json:"message"`
Retriable bool `json:"retriable"`
}
type StatusDefinition struct {
Status string `json:"status"`
Successful bool `json:"successful"`
}
type Version struct {
RosettaVersion string `json:"rosetta_version"`
NodeVersion string `json:"node_version"`
MiddlewareVersion string `json:"middleware_version"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.