Documentation
¶
Index ¶
- func Execute()
- type Commandline
- func (cl *Commandline) ConfigChain(post func(cmd *cobra.Command, args []string) error) func(cmd *cobra.Command, args []string) (err error)
- func (cl *Commandline) Immudb(immudbServer server.ImmuServerIf) func(*cobra.Command, []string) error
- func (cl *Commandline) NewCmd(immudbServer server.ImmuServerIf) (*cobra.Command, error)
- type ManpageService
- type ManpageServiceImmudb
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Commandline ¶ added in v0.7.0
Commandline ...
func (*Commandline) ConfigChain ¶ added in v0.7.1
func (*Commandline) Immudb ¶ added in v0.7.0
func (cl *Commandline) Immudb(immudbServer server.ImmuServerIf) func(*cobra.Command, []string) error
Immudb ...
func (*Commandline) NewCmd ¶ added in v0.7.0
func (cl *Commandline) NewCmd(immudbServer server.ImmuServerIf) (*cobra.Command, error)
NewCmd ...
type ManpageService ¶ added in v0.7.0
type ManpageServiceImmudb ¶ added in v0.7.0
type ManpageServiceImmudb struct {
Cl Commandline
}
func (ManpageServiceImmudb) InstallManPages ¶ added in v0.7.0
func (ms ManpageServiceImmudb) InstallManPages(dir string) (err error)
InstallManPages installs man pages
func (ManpageServiceImmudb) UninstallManPages ¶ added in v0.7.0
func (ms ManpageServiceImmudb) UninstallManPages(dir string) error
UninstallManPages uninstalls man pages
Click to show internal directories.
Click to hide internal directories.