newcoin

package
v0.0.0-...-6525043 Latest Latest
Warning

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

Go to latest
Published: May 15, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

*

  • Description:
  • Author: Yihen.Liu
  • Create: 2021-05-10

*

  • Description:
  • Author: Yihen.Liu
  • Create: 2021-05-09

Index

Constants

View Source
const NEW_COIN = "newcoin"

Variables

View Source
var (
	DB *gorm.DB // it is no need to mind closing action.
)

Functions

func RunService

func RunService()

Types

type Group

type Group struct {
	ID         int    `json:"id"`
	GroupID    string `json:"group_id"`
	UserAmount int    `json:"user_amount"`
	GroupName  string `json:"group_name"`
	BotName    string `json:"bot_name"`
	IsKick     int8   `json:"is_kick"`
	CreateTime int64  `json:"create_time"`
	UpdateTime int64  `json:"update_time"`
}

Jump to

Keyboard shortcuts

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