CliSubprocessCore.RuntimeGateway.StartRequest (CliSubprocessCore v0.4.0)

Copy Markdown View Source

Secret-free local CLI session start contract.

Summary

Types

t()

@type t() :: %CliSubprocessCore.RuntimeGateway.StartRequest{
  authority_ref: term(),
  command_digest: term(),
  command_ref: term(),
  contract_version: term(),
  deadline_at: term(),
  environment_materialization_ref: term(),
  fence: term(),
  generation: term(),
  operation_ref: term(),
  session_ref: term(),
  target_ref: term(),
  working_directory_ref: term()
}

Functions

new(attrs)

new!(attrs)