Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApCli ¶
type ApCli struct {
Config *config.Config
Repository *infrastructure.Repository
Usecase *application.Usecase
}
ApCli struct
type ApTagCli ¶
type ApTagCli struct {
Config *config.Config
Repository *infrastructure.Repository
Usecase *application.Usecase
}
ApTagCli struct
type ClientCli ¶
type ClientCli struct {
Config *config.Config
Repository *infrastructure.Repository
Usecase *application.Usecase
}
ClientCli struct
func (*ClientCli) ShowClient ¶
func (cc *ClientCli) ShowClient()
ShowClient retrieves the list of clients from the controllers
type OverviewCli ¶
type OverviewCli struct {
Config *config.Config
Repository *infrastructure.Repository
Usecase *application.Usecase
}
OverviewCli struct
func (*OverviewCli) ShowOverview ¶
func (oc *OverviewCli) ShowOverview()
ShowOverview retrieves the list of atcess points from the controllers
type WlanCli ¶
type WlanCli struct {
Config *config.Config
Repository *infrastructure.Repository
Usecase *application.Usecase
}
WlanCli struct
Click to show internal directories.
Click to hide internal directories.