command

package
v0.0.0-...-e90a610 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run()

Types

type HDD

type HDD struct{}

HDD is the receiver

func (HDD) EncryptedStore

func (h HDD) EncryptedStore()

func (HDD) StandardStore

func (h HDD) StandardStore()

type Invoker

type Invoker struct {
	StorageCommand
}

func (Invoker) Execute

func (i Invoker) Execute()

type StorageCommand

type StorageCommand interface {
	Execute()
}

StorageCommand is the command

type StorageDevice

type StorageDevice interface {
	StandardStore()
	EncryptedStore()
}

StorageDevice is the receiver interface

Jump to

Keyboard shortcuts

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