Documentation
¶
Overview ¶
Package framework provides the execution framework for network device commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exec ¶
type Exec struct {
Config *config.Config
Repository *infrastructure.Repository
Usecase *application.Usecase
}
Exec struct.
func New ¶
func New(c *config.Config, r *infrastructure.Repository, u *application.Usecase) Exec
New returns Exec struct.
Click to show internal directories.
Click to hide internal directories.