Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultQuiet = false DefaultVerbosity = cliutil.DefaultVerbosity )
View Source
const ( RootConfigV1Version = 1 RootConfigV1Schema = "https://squire.github.io/schemas/v1/root-schema.json" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoadRootConfigV1Args ¶
type Options ¶
func NewOptions ¶
func NewOptions(args OptionsArgs) *Options
type OptionsArgs ¶
type RootConfigV1 ¶
type RootConfigV1 struct {
// contains filtered or unexported fields
}
RootConfigV1 represents the root configuration structure as defined in ADR-001
func LoadRootConfigV1 ¶
func LoadRootConfigV1(args LoadRootConfigV1Args) (_ *RootConfigV1, err error)
func NewRootConfigV1 ¶
func NewRootConfigV1() (c *RootConfigV1)
func (*RootConfigV1) Bytes ¶
func (c *RootConfigV1) Bytes() []byte
func (*RootConfigV1) Config ¶
func (c *RootConfigV1) Config()
func (*RootConfigV1) Merge ¶
func (c *RootConfigV1) Merge(rc cfgstore.RootConfig) cfgstore.RootConfig
func (*RootConfigV1) Normalize ¶
func (c *RootConfigV1) Normalize(cfgstore.NormalizeArgs) (err error)
func (*RootConfigV1) RootConfig ¶
func (c *RootConfigV1) RootConfig()
func (*RootConfigV1) String ¶
func (c *RootConfigV1) String() string
Click to show internal directories.
Click to hide internal directories.