models

package
v0.0.0-...-bba364d Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountStatement

type AccountStatement struct {
	gorm.Model
	Type        int
	Description string
	Coin        int64
	ProductID   int
}

AccountStatement : AccountStatement of transactions

type Action

type Action struct {
	ID          int    `json:"id"`
	Description string `json:"description"`
	Coin        int64  `json:"coin"`
}

Action : Action magalu

type Reward

type Reward struct {
	ID            int    `json:"id"`
	Description   string `json:"description"`
	ExchangeValue int    `json:"exchange_value"`
	Image         string `json:"image"`
}

Reward djjd

Jump to

Keyboard shortcuts

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