command

package
v4.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2018 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Add

type Add struct {
	Name       string
	VaultPath  string
	VaultAlias string
}

func (Add) Execute

func (command Add) Execute()

type ChangePassword

type ChangePassword struct {
	VaultPath  string
	VaultAlias string
}

func (ChangePassword) Execute

func (command ChangePassword) Execute()

type Delete

type Delete struct {
	Id         uuid.UUID
	VaultPath  string
	VaultAlias string
}

func (Delete) Execute

func (command Delete) Execute()

type Edit

type Edit struct {
	Id         uuid.UUID
	VaultPath  string
	VaultAlias string
}

func (Edit) Execute

func (command Edit) Execute()

type Executable

type Executable interface {
	Execute()
}

type Initialize

type Initialize struct {
	VaultPath  string
	VaultAlias string
}

func (Initialize) Execute

func (command Initialize) Execute()

type List

type List struct {
	Filter     string
	VaultPath  string
	VaultAlias string
}

func (List) Execute

func (command List) Execute()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL