archived

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2023 License: Apache-2.0, MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FeishuConnection added in v0.12.0

type FeishuConnection struct {
	commonArchived.Model
	Name             string `gorm:"type:varchar(100);uniqueIndex" json:"name" validate:"required"`
	Endpoint         string `gorm:"type:varchar(255)"`
	Proxy            string `json:"proxy" gorm:"type:varchar(255)"`
	RateLimitPerHour int    `comment:"api request rate limit per hour"`
	AppId            string `gorm:"type:varchar(255)"`
	SecretKey        string `gorm:"type:varchar(255)"`
}

func (FeishuConnection) TableName added in v0.12.0

func (FeishuConnection) TableName() string

type FeishuMeetingTopUserItem

type FeishuMeetingTopUserItem struct {
	archived.NoPKModel `json:"-"`
	ConnectionId       uint64    `gorm:"primaryKey"`
	StartTime          time.Time `gorm:"primaryKey"`
	Name               string    `json:"name" gorm:"primaryKey;type:varchar(255)"`
	MeetingCount       string    `json:"meeting_count" gorm:"type:varchar(255)"`
	MeetingDuration    string    `json:"meeting_duration" gorm:"type:varchar(255)"`
	UserType           int64     `json:"user_type"`
}

func (FeishuMeetingTopUserItem) TableName

func (FeishuMeetingTopUserItem) TableName() string

Jump to

Keyboard shortcuts

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