package
Version:
v0.26.0
Opens a new window with list of versions in this module.
Published: Jun 9, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
RegisterRoutes registers runner-related REST handlers to a router
type HashRequest struct {
ServiceHash hash.Hash `json:"serviceHash"`
Env []string `json:"env"`
Address string `json:"address"`
}
HashRequest is the request of the hash endpoint.
type HashResponse struct {
RunnerHash hash.Hash `json:"runnerHash"`
InstanceHash hash.Hash `json:"instanceHash"`
EnvHash hash.Hash `json:"envHash"`
}
HashResponse is the response of the hash endpoint.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.