protodoc.io
Project ALT-F4-LLC/vorpal
Welcome
Readme
License
Commits
GitHub project
Download project
Desktop application
Contact us
vorpal.agent
vorpal.archive
vorpal.artifact
vorpal.context
vorpal.worker
vorpal.agent
AgentService
PrepareArtifact
PrepareArtifactRequest
PrepareArtifactResponse
package
vorpal.agent
Get desktop application:
View/edit binary Protocol Buffers messages
service
AgentService
agent.proto:9
rpc
PrepareArtifact
(
PrepareArtifactRequest
,
stream
PrepareArtifactResponse
)
agent.proto:10
message
PrepareArtifactRequest
agent.proto:13
bool
artifact_unlock
= 1
string
artifact_context
= 2
string
artifact_namespace
= 3
string
registry
= 4
optional
artifact.Artifact
artifact
= 5
message
PrepareArtifactResponse
agent.proto:21
optional
string
artifact_digest
= 1
optional
string
artifact_output
= 2
optional
artifact.Artifact
artifact
= 3