sqlite

package
v0.0.0-...-326d315 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2023 License: MIT Imports: 8 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) 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