internal

package
v0.0.0-...-cd90f58 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2023 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main

func Main()

Types

type FbIf

type FbIf interface {
	// contains filtered or unexported methods
}

FbIf is an interface to be able to mock Firebase functionality.

type FeIf

type FeIf interface {
	// contains filtered or unexported methods
}

FeIf is an interface to be able to mock tview GUI functionality.

type Firebase

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

Firebase implements FbIf for real usage.

func NewFirebase

func NewFirebase() *Firebase

type Frontend

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

type User

type User struct {
	Name   string
	Email  string
	UID    string
	Claims map[string]bool
}

User is a representation of a user downloaded from firebase auth.

Jump to

Keyboard shortcuts

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