admin

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 admin @Link https://gitee.com/linngc/center.gf @Copyright Copyright (c) 2022 center CLI @Author linngc @License

Package admin @Link https://gitee.com/linngc/center.gf @Copyright Copyright (c) 2022 center CLI @Author linngc @title 获取服务端websocket信息 @License

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DelClientsReq

type DelClientsReq struct {
	g.Meta  `path:"/websocket/delClients"  method:"DELETE" tags:"admin" summary:"删除客户端"`
	Clients []uint64 `p:"clients"`
}

type DelClientsRes

type DelClientsRes struct {
	g.Meta `mime:"text/html" type:"string" example:"<html/>" dc:"删除客户端"`
}

type GetClientsLenReq

type GetClientsLenReq struct {
	g.Meta `path:"/websocket/getClientsLen"  method:"get" tags:"admin" summary:"获取客户端总数"`
}

type GetClientsLenRes

type GetClientsLenRes struct {
	g.Meta `mime:"text/html" type:"string" example:"<html/>" dc:"获取客户端总数"`
}

type OnConfigReq added in v0.2.10

type OnConfigReq struct {
	g.Meta `path:"/onConfig" method:"GET"  tags:"boot" summary:"boot初始化参数配置信息"`
}

type OnConfigRes added in v0.2.10

type OnConfigRes struct {
	g.Meta `mime:"text/html" type:"string" example:"<html/>" dc:"alpineboot初始化参数配置信息代理仓库"`
}

Jump to

Keyboard shortcuts

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