database

package
v0.0.0-...-b05498c Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

type DB interface {
	AddPositionMark(username, mark string, dimension int, position mgl32.Vec3) error
	DelPositionMark(username, mark string, dimension int) error
	GetPositionMark(username, mark string, dimension int) (vec mgl32.Vec3, err error)
	GetPlayerPositionMarks(username string) (name []string, dimension []int, vec []mgl32.Vec3, err error)
	Close() error
}

func MakeDB

func MakeDB(filename string) (DB, error)

Jump to

Keyboard shortcuts

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