models

package
v0.0.0-...-9e605f1 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2024 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 Vote

type Vote struct {
	// 与mongoDB交互的实体
	VoteUuid     string    `json:"vote_uuid" bson:"voteUuid,omitempty"`
	VoteUserName string    `json:"vote_username" bson:"voteUserName,omitempty"`
	Choice       string    `json:"choice" bson:"choice,omitempty"`
	CreateAt     time.Time `json:"create_at" bson:"createAt,omitempty"`
}

Jump to

Keyboard shortcuts

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