storage

package
v1.0.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

Variables

Functions

func InitDB

func InitDB() (*sql.DB, error)

InitDB initializes the database connection with retry logic.

Types

type User

type User struct {
	ID        uint32    `json:"id"`
	Username  string    `json:"username"`
	Password  string    `json:"password"` // Hash the password for security
	CreatedAt time.Time `json:"created_at"`
}

Jump to

Keyboard shortcuts

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