Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetSystemLogLogic ¶
func NewGetSystemLogLogic ¶
func NewGetSystemLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSystemLogLogic
NewGetSystemLogLogic Get System Log
func (*GetSystemLogLogic) GetSystemLog ¶
func (l *GetSystemLogLogic) GetSystemLog() (resp *types.LogResponse, err error)
type GetVersionLogic ¶ added in v1.0.4
func NewGetVersionLogic ¶ added in v1.0.4
func NewGetVersionLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetVersionLogic
NewGetVersionLogic Get Version
func (*GetVersionLogic) GetVersion ¶ added in v1.0.4
func (l *GetVersionLogic) GetVersion() (resp *types.VersionResponse, err error)
type QueryIPLocationLogic ¶ added in v1.2.0
func NewQueryIPLocationLogic ¶ added in v1.2.0
func NewQueryIPLocationLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryIPLocationLogic
NewQueryIPLocationLogic Query IP Location
func (*QueryIPLocationLogic) QueryIPLocation ¶ added in v1.2.0
func (l *QueryIPLocationLogic) QueryIPLocation(req *types.QueryIPLocationRequest) (resp *types.QueryIPLocationResponse, err error)
type RestartSystemLogic ¶
func NewRestartSystemLogic ¶
func NewRestartSystemLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RestartSystemLogic
Restart System
func (*RestartSystemLogic) RestartSystem ¶
func (l *RestartSystemLogic) RestartSystem() error
Click to show internal directories.
Click to hide internal directories.