format

package
v0.0.0-...-b2bda40 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrFin       = errors.New("fin")
	AppendPrefix = "  "
)

Functions

This section is empty.

Types

type ColIter

type ColIter struct {
	Prefix string
	Target *firestore.CollectionIterator
	// contains filtered or unexported fields
}

func (*ColIter) Next

func (c *ColIter) Next() (string, error)

type ColRef

type ColRef struct {
	Prefix string
	Target *firestore.CollectionRef
	// contains filtered or unexported fields
}

func (*ColRef) Next

func (c *ColRef) Next() (string, error)

type DocIter

type DocIter struct {
	Prefix string
	Target *firestore.DocumentRefIterator
	// contains filtered or unexported fields
}

func (*DocIter) Next

func (c *DocIter) Next() (string, error)

type DocRef

type DocRef struct {
	Prefix string
	Target *firestore.DocumentRef
	// contains filtered or unexported fields
}

show fields

show sub collections

func (*DocRef) Next

func (c *DocRef) Next() (string, error)

type Formatter

type Formatter interface {
	Next() (string, error)
}

type Map

type Map struct {
	Prefix string
	Target map[string]interface{}
	// contains filtered or unexported fields
}

func (*Map) Next

func (m *Map) Next() (string, error)

Jump to

Keyboard shortcuts

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