Documentation
¶
Overview ¶
Package release contains types for language container's release command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Context *Context
// This request is parsed from the release-stage-request.json file in
// the LibrarianDir of the context.
Request *message.ReleaseStageRequest
}
The Config for the release-stage command. This holds the context (the directory paths) and the request parsed from the release-stage-request.json file.
Click to show internal directories.
Click to hide internal directories.