websocket

package
v0.2.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package websocket @Link https://gitee.com/linngc/center.gf @Copyright Copyright (c) 2022 center CLI @Author linngc @title 操作行为:如登录,请求get等 @License

Package websocket @Link https://gitee.com/linngc/center.gf @Copyright Copyright (c) 2022 center CLI @Author linngc @title 系统信息 @License

Package websocket @Link https://gitee.com/linngc/center.gf @Copyright Copyright (c) 2022 center CLI @Author linngc @title 代理服务监控 @License

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionReq

type ActionReq struct {
	g.Meta `path:"/action" method:"get"  tags:"websocket" summary:"操作行为"`
}

type ActionRes

type ActionRes struct {
	g.Meta `mime:"text/html" type:"string" example:"<html/>" dc:"操作行为"`
}

type SysMonitorReq

type SysMonitorReq struct {
	g.Meta `path:"/sysMonitor" method:"get"  tags:"websocket" summary:"服务器状态消息"`
}

type SysMonitorRes

type SysMonitorRes struct {
	g.Meta `mime:"text/html" type:"string" example:"<html/>" dc:"服务器状态消息"`
}

type XProxyReq

type XProxyReq struct {
	g.Meta `path:"/xProxy" method:"get"  tags:"websocket" summary:"代理服务监控"`
}

type XProxyRes

type XProxyRes struct {
	g.Meta `mime:"text/html" type:"string" example:"<html/>" dc:"代理服务监控"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL