Documentation ¶
Overview ¶
Package configuration handles the details of interfacing with the O² Configuration store.
Index ¶
- func Dump(cfg *configuration.ConsulSource, cmd *cobra.Command, args []string, ...) (err error, code int)
- func History(cfg *configuration.ConsulSource, cmd *cobra.Command, args []string, ...) (err error, code int)
- func Import(cfg *configuration.ConsulSource, cmd *cobra.Command, args []string, ...) (err error, code int)
- func List(cfg *configuration.ConsulSource, cmd *cobra.Command, args []string, ...) (err error, code int)
- func Show(cfg *configuration.ConsulSource, cmd *cobra.Command, args []string, ...) (err error, code int)
- type ConfigurationCall
- type RunFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dump ¶
func Dump(cfg *configuration.ConsulSource, cmd *cobra.Command, args []string, o io.Writer) (err error, code int)
func History ¶ added in v0.11.0
func History(cfg *configuration.ConsulSource, cmd *cobra.Command, args []string, o io.Writer) (err error, code int)
func Import ¶ added in v0.11.0
func Import(cfg *configuration.ConsulSource, cmd *cobra.Command, args []string, o io.Writer) (err error, code int)
Types ¶
type ConfigurationCall ¶
type ConfigurationCall func(*configuration.ConsulSource, *cobra.Command, []string, io.Writer) (error, int)
Click to show internal directories.
Click to hide internal directories.