package
0.0.0-20241018223127-a062be16fda2
Repository: https://github.com/activestate/cli.git
Documentation: pkg.go.dev
# Functions
New creates a new BuildLog instance that allows us to wait for incoming build log information artifactMap comprises all artifacts (from the runtime closure) that are in the recipe, alreadyBuilt is set of artifact IDs that have already been built in the past.
No description provided by the author
# Constants
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
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
ArtifactFailedMessage extends an ArtifactMessage with error information.
ArtifactMessage holds status information for an individual artifact.
No description provided by the author
ArtifactProgressMessage forwards detailed logging information send for an artifact.
ArtifactSucceededMessage extends an ArtifactMessage with information that becomes available after an artifact built successfully.
No description provided by the author
BuildError designates a build log build error.
BuildFailedMessage extends a BuildMessage with an error message.
BuildLog is an implementation of a build log.
BuildMessage comprises status information about a build.
EventHandlerError designates an error in the event handler for reporting progress.
No description provided by the author
# Interfaces
BuildLogConnector describes how to interact with a build log connection.
# Type aliases
MessageEnum enumerates the build events that can be expected on the buildlog websocket connection.