Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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
Click to show internal directories.
Click to hide internal directories.