mdb

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

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

Go to latest
Published: Feb 21, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

func Init

func Init()

func InsertMessage

func InsertMessage(ctx context.Context, fromUserID int64, toUserID int64, content string) error

Types

type Message

type Message struct {
	CreateTime time.Time
	IsRead     bool
	ToUserID   int64
	FromUserID int64
	Content    string
}

func GetMessages

func GetMessages(ctx context.Context, fromUserID int64, toUserID int64) ([]*Message, error)

Jump to

Keyboard shortcuts

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