storage

package
v0.1.20 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 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 Storage

type Storage interface {
	// Отправленные непрочитанные сообщения пользователю бота
	SaveMsgSentToBotUser(email string, seqNum int64, botUserUid int64) error
	// Проверяем было ли сообщение уже отправленно пользователю бота
	MsgWasSentToBotUser(email string, seqNum int64, botUserUid int64) (bool, error)
	//
	SaveMsgInfo(email string, msg *email.MessageEnvelope) error
	GetMsgFromAddress(email string, seqNum int64) (string, error)
	ShutDown() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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