Documentation
¶
Overview ¶
Package initop owns the initialization application operation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Gate ¶
Gate is the command-composed compatibility gate that must pass before an existing project is republished.
type Input ¶
type Input struct {
Root string
ResidentRoot string
Force bool
Answers map[string]string
PromptInput io.Reader
PromptOutput io.Writer
Interactive bool
}
Input contains parsed initialization values and CLI-selected prompt streams.
type LoadProject ¶
LoadProject is the command-composed project loader constructor used after the initialization operation has established or selected configuration authority.
type PartialError ¶ added in v0.41.0
PartialError carries the complete initialization outcome after a committed config or publication effect, while preserving the underlying error identity.
func (*PartialError) Error ¶ added in v0.41.0
func (e *PartialError) Error() string
func (*PartialError) Unwrap ¶ added in v0.41.0
func (e *PartialError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.