transaction

package
v0.0.0-...-ab4fb46 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2022 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 User

type User struct {
	// ユーザーID
	UserID string
	// 公開ユーザーID
	PublicUserID string
	// 作成日時
	CreatedTime time.Time
	// 更新日時
	UpdatedTime time.Time
}

ユーザー

type UserCard

type UserCard struct {
	// ユーザーID
	UserID string
	// カードID
	CardID string
	// レベル
	Level int64
	// 作成日時
	CreatedTime time.Time
	// 更新日時
	UpdatedTime time.Time
}

ユーザーのカード

Jump to

Keyboard shortcuts

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