Documentation ¶
Index ¶
Constants ¶
View Source
const ( DeployFileTypeIndex DeployFileType = "index" DeployFileTypeLoader = "loader" DeployFileTypeWasm = "wasm" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeployClientVersionNotSupported ¶
type DeployClientVersionNotSupported struct{}
type DeployDone ¶
type DeployDone struct{}
type DeployFile ¶
type DeployFile struct { DeployFileKey Contents []byte // in the initial CommandDeploy, this is nil }
type DeployFileKey ¶
type DeployFileKey struct { Type DeployFileType Hash string // sha1 hash of contents }
type DeployFileType ¶
type DeployFileType string
type DeployPayload ¶
type DeployPayload struct {
Files []DeployFile
}
type DeployQuery ¶
type DeployQuery struct { Version string Files []DeployFileKey }
type DeployQueryResponse ¶
type DeployQueryResponse struct {
Required []DeployFileKey
}
Click to show internal directories.
Click to hide internal directories.