threedb

package module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2022 License: MIT Imports: 3 Imported by: 0

README

THREEDB

NOTE : EXPRIMENTAL THIS IS STILL IN VERY EARLY STAGES

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store struct {
	// contains filtered or unexported fields
}

func NewThreeDB

func NewThreeDB(driver string) *Store

func (*Store) Create

func (s *Store) Create(key string, value string) error

func (*Store) Delete

func (s *Store) Delete(key, value string) error

func (*Store) Get

func (s *Store) Get(key string) (*firestore.DocumentSnapshot, error)

func (*Store) Update

func (s *Store) Update(key string) error

TODO

type ThreeDBInterface

type ThreeDBInterface interface {
	Get(key string) (*firestore.DocumentSnapshot, error)
	Create(key string, value string) error
	Delete(key string, value string) error
	Update(key string) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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