store

package
v0.0.0-...-8f78a2b Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Database

type Database interface {
	GetAllUsers() []dto.APIUser
	GetUserCount() int64
	UpsertUser(int64, dto.DBUser)
}

func New

func New(filePath string, log logger.Logger) (Database, error)

New : to create single instance of the database

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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