sqlite

package
v0.0.0-...-3e156bd Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2024 License: MIT Imports: 9 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 struct {
	// contains filtered or unexported fields
}

func New

func New(storagePath string) (*Storage, error)

func (*Storage) DecreaseCountMsg

func (s *Storage) DecreaseCountMsg(uid string) error

func (*Storage) DeleteMsg

func (s *Storage) DeleteMsg(uid string) error

func (*Storage) DeleteOldMessages

func (s *Storage) DeleteOldMessages(days int) error

func (*Storage) GetMsg

func (s *Storage) GetMsg(uid string) (msg string, cnt int, err error)

func (*Storage) SaveMsg

func (s *Storage) SaveMsg(msgToSave string, count int) (uid string, err error)

Jump to

Keyboard shortcuts

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