sleepmanage

package
v1.7.3 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2023 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Overview

Package sleepmanage 睡眠管理

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SleepManage

type SleepManage struct {
	ID        uint      `gorm:"primary_key"`
	GroupID   int64     `gorm:"column:group_id"`
	UserID    int64     `gorm:"column:user_id"`
	SleepTime time.Time `gorm:"column:sleep_time"`
}

SleepManage 睡眠信息

func (SleepManage) TableName

func (SleepManage) TableName() string

TableName 表名

Jump to

Keyboard shortcuts

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