bot

package
v0.0.0-...-c2969df Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2023 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 BotOnline

type BotOnline struct {
	model.Model

	// 机器人类型:wx qq
	Botype string `json:"botype" form:"botype"  gorm:"column:botype;"`
	// 机器人id
	Botid string `json:"botid" form:"botid"  gorm:"column:botid;"`
	// 机器人token 等同 OwnerUUID
	Botoken string `json:"botoken" form:"botoken"  gorm:"column:botoken;"`
	// 最后一次登录时间
	LastloginTime string `json:"lastlogin_time" form:"lastlogin_time"  gorm:"column:lastlogin_time;"`

	Page   int    `json:"-" form:"page" gorm:"-"`
	Size   int    `json:"-" form:"size" gorm:"-"`
	Filter string `json:"-" form:"filter" gorm:"-"`
}

机器人在线表模型

Jump to

Keyboard shortcuts

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