entity

package
v0.0.0-...-955412f Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChatUser

type ChatUser struct {
	Id       int    `db:"id"`
	Username string `db:"username"`
	ChatId   int    `db:"chat_id"`
}

type Message

type Message struct {
	Text               string `json:"text"`
	Telegram_chat_id   int64  `json:"telegram-chat-id"`
	Discord_channel_id string `json:"discord-channel-id"`
}

Jump to

Keyboard shortcuts

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