package
0.1.1
Repository: https://github.com/borosr/flutter-screenshot.git
Documentation: pkg.go.dev

# Functions

Command is the basic implementation of Cmd creation.

# Structs

Cmd is doing the same as the os/exec's Cmd, but this Cmd implements Executable interface to make mocking possible.

# Interfaces

Executable defines all methods which are needed at external calls.

# Type aliases

CommandExecutor defines a function for Cmd instance creation.