Documentation ¶
Overview ¶
Package configuration handles the details of interfacing with the O² Configuration store.
Index ¶
- Constants
- func Dump(svc configuration.Service, cmd *cobra.Command, args []string, o io.Writer) (err error, code int)
- func History(svc configuration.Service, cmd *cobra.Command, args []string, o io.Writer) (err error, code int)
- func Import(svc configuration.Service, cmd *cobra.Command, args []string, o io.Writer) (err error, code int)
- func List(svc configuration.Service, cmd *cobra.Command, args []string, o io.Writer) (err error, code int)
- func Show(svc configuration.Service, cmd *cobra.Command, args []string, o io.Writer) (err error, code int)
- type CallFunc
- type RunFunc
Constants ¶
View Source
const ( EC_ZERO = iota EC_INVALID_ARGS = iota // Provided args by the user are invalid EC_INVALID_ARGS_MSG = "component and entry names cannot contain `/` or `@`" EC_CONNECTION_ERROR = iota // Source connection error EC_EMPTY_DATA = iota // Source retrieved empty data EC_EMPTY_DATA_MSG = "no data was found" EC_LOGIC_ERROR = iota // Logic/Output error )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.