firebase

package
v0.0.0-...-3564c1e Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RealtimeDatabase

type RealtimeDatabase interface {
	Save(key string, data interface{}) error
	Update(key string, data interface{}) error
}

type RealtimeDatabaseImpl

type RealtimeDatabaseImpl struct {
}

func (*RealtimeDatabaseImpl) Save

func (db *RealtimeDatabaseImpl) Save(key string, data interface{}) error

func (*RealtimeDatabaseImpl) Update

func (db *RealtimeDatabaseImpl) Update(key string, data interface{}) error

Jump to

Keyboard shortcuts

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