Documentation ¶
Index ¶
- Variables
- func Execute()
- func NewAddCmd() *cobra.Command
- func NewChangeCmd() *cobra.Command
- func NewCopyCmd() *cobra.Command
- func NewEditCmd() *cobra.Command
- func NewGetCmd() *cobra.Command
- func NewInitCmd() *cobra.Command
- func NewListCmd() *cobra.Command
- func NewLoginCmd() *cobra.Command
- func NewLogoutCmd() *cobra.Command
- func NewRemoveCmd() *cobra.Command
- type User
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // MongoDB is used to mock and encapsulated abstract database functionality. MongoDB mongoCli.Database // Stdio is used for testing virtuall terminal. Stdio terminal.Stdio // Client is used to mock represent Client for mongodb Client *mongo.Client // Crypt is used to mock and encapsulated abstract encrypt functionality. Crypt crypt.Crypter )
Functions ¶
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.