Documentation ¶
Index ¶
- func PMCommand(c echo.Context, m *Methods, cmd Command) error
- type Command
- type Methods
- func (m *Methods) DeletePackage(c echo.Context) error
- func (m *Methods) GetDashboardInfo(c echo.Context) error
- func (m *Methods) GetDiskPartitions(c echo.Context) error
- func (m *Methods) GetSettings(c echo.Context) error
- func (m *Methods) GetVersion(c echo.Context) error
- func (m *Methods) ResetSettings(c echo.Context) error
- func (m *Methods) UpdatePackage(c echo.Context) error
- func (m *Methods) UpdateSettings(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Methods ¶
type Methods struct {
Settings *internal.PanelSettings
}
func NewMethods ¶
func NewMethods(s *internal.PanelSettings) *Methods
func (*Methods) DeletePackage ¶
func (*Methods) GetDashboardInfo ¶
func (*Methods) GetDiskPartitions ¶
func (*Methods) GetSettings ¶
func (*Methods) GetVersion ¶
func (*Methods) ResetSettings ¶
func (*Methods) UpdatePackage ¶
func (*Methods) UpdateSettings ¶
Click to show internal directories.
Click to hide internal directories.