model

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Overview

type Overview struct {
	LiveRoomCount      int     `json:"liveRoomCount"`      // 直播间总数
	RecordingRoomCount int     `json:"recordingRoomCount"` // 正在录制的直播间总数
	RecordTimeCount    float64 `json:"recordTimeCount"`    // 总录制时长(单位:时)
	UnreadMessageCount int     `json:"unreadMessageCount"` // 未读消息总数
	ParseMediaCount    int     `json:"parseMediaCount"`    // 已解析的媒体文件总数
}

type PushChannel added in v0.0.2

type PushChannel struct {
	*entity.PushChannel
	Email   *entity.PushChannelEmail   `json:"email" desc:"邮箱信息"`
	Webhook *entity.PushChannelWebhook `json:"webhook" desc:"Webhook信息"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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