Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Get ¶
type Get struct {
// contains filtered or unexported fields
}
func NewGet ¶
func NewGet(doc *firestore.DocumentRef, transform func(map[string]interface{}) error) Get
func (Get) Doc ¶
func (g Get) Doc() *firestore.DocumentRef
type Getter ¶
type Getter interface {
Doc() *firestore.DocumentRef
Transform(map[string]interface{}) error
}
type RemoteCompiler ¶
type RemoteCompilerOutput ¶
type RemoteCompilerOutput struct {
StatusCode int
Body io.ReadCloser
Err error
}
type Storer ¶
type Storer interface {
Collection() *firestore.CollectionRef
DocID() string
Data() interface{}
}
Storer is the interface for database objects that get stored
Click to show internal directories.
Click to hide internal directories.