package
0.9.1
Repository: https://github.com/iver-wharf/wharf-cmd.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Constants

StatusCancelled means this build was cancelled.
StatusFailed means this build step has failed.
StatusInitializing means the build step has started, but the initialization steps are not complete yet.
StatusPending means the build step is waiting to be scheduled, such as if it's build stage hasen't started yet due to the former build stage still running.
StatusRunning means this build step is actively running.
StatusScheduling means this build step has been scheduled, such as the Kubernetes Pod has been created, but the container has not yet started running.
StatusSuccess means this build step has completed successfully.
StatusUnspecified is the default value for this enum, and should be treated as an erroneous status.

# Variables

No description provided by the author
Enum value maps for Status.
Enum value maps for Status.
Worker_ServiceDesc is the grpc.ServiceDesc for Worker service.

# Structs

Empty messages, but exists for potential future usages.
StreamArtifactEventsResponse is a single build artifact event.
Empty messages, but exists for potential future usages.
StreamLogsResponse is a single log-line from a build step.
Empty messages, but exists for potential future usages.
StreamStatusEventsResponse is a single build step status update.
UnimplementedWorkerServer must be embedded to have forward compatible implementations.

# Interfaces

UnsafeWorkerServer may be embedded to opt out of forward compatibility for this service.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WorkerClient is the client API for Worker service.
WorkerServer is the server API for Worker service.

# Type aliases

Status is an enum of different statuses for the build steps.