Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttestationWrapper ¶ added in v0.1.2
type DeployRequest ¶ added in v0.1.2
type FunctionMetadata ¶ added in v0.1.2
type FunctionMetadata struct {
FunctionAuthenticationType string `json:"function_authentication_type"`
}
type FunctionPublicKey ¶ added in v0.1.2
type FunctionPublicKey struct {
FunctionTokenPublicKey string `json:"function_token_pk"`
}
type RunJobsResponse ¶ added in v0.1.2
type RunRequest ¶ added in v0.1.2
type RunResults ¶ added in v0.1.2
type SetDeploymentIDRequest ¶ added in v0.1.2
type SetDeploymentIDRequest struct {
ID string `json:"id"`
}
type StartRequest ¶
type StartRequest struct {
// Nonce is used by the client to verify the nonce received back in
// the attestation doc
Nonce []byte `json:"nonce"`
AuthToken string `json:"auth_token"`
FunctionToken string `json:"function_token,omitempty"`
Metadata FunctionMetadata `json:"metadata,omitempty"`
}
type TestRequest ¶ added in v0.1.2
Click to show internal directories.
Click to hide internal directories.