Versions in this module Expand all Collapse all v0 v0.1.0 Jun 21, 2026 Changes in this version + const CommandAdd + const CommandDefault + const CommandInit + const CommandList + const CommandRm + const KindSources + func Add(req AddRequest) output.Outcome + func Default(req IDRequest) output.Outcome + func Init(req InitRequest) output.Outcome + func List() output.Outcome + func Rm(req IDRequest) output.Outcome + type AddPayload struct + Registry state.Registry + Source state.Source + type AddRequest struct + Default bool + Description string + Init bool + Name string + Path string + type DefaultPayload struct + Registry state.Registry + Source state.Source + type IDRequest struct + ID string + type InitPayload struct + Initialized manifest.Initialized + type InitRequest struct + Description string + Name string + Path string + type ListPayload struct + Registry state.Registry + type RmPayload struct + Registry state.Registry + Source state.Source