transfer

package
v0.0.0-...-ac31e73 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TransferDB

func TransferDB()

Types

type OldSavedMessage

type OldSavedMessage struct {
	ID          string    `bson:"_id"`
	OwnerID     string    `bson:"owner_id"`
	CreatedAt   time.Time `bson:"created_at"`
	UpdatedAt   time.Time `bson:"updated_at"`
	Name        string    `bson:"name"`
	Description string    `bson:"description"`
	PayloadJSON string    `bson:"payload_json"`
}

type OldUsers

type OldUsers struct {
	ID            string `bson:"_id"`
	Username      string `bson:"username"`
	Discriminator string `bson:"discriminator"`
	Avatar        string `bson:"avatar"`
}

Jump to

Keyboard shortcuts

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