Versions in this module Expand all Collapse all v0 v0.3.0 Dec 3, 2022 v0.2.0 Nov 20, 2021 Changes in this version + type Get struct + func NewGet(doc *firestore.DocumentRef, transform func(map[string]interface{}) error) Get + func (g Get) Doc() *firestore.DocumentRef + func (g Get) Transform(item map[string]interface{}) error + type Getter interface + Doc func() *firestore.DocumentRef + Transform func(map[string]interface{}) error + type Query struct + func NewQuery(q firestore.Query, transform func(map[string]interface{}) error) Query + func (q Query) Query() firestore.Query + func (q Query) Transform(item map[string]interface{}) error + type Queryer interface + Query func() firestore.Query + Transform func(map[string]interface{}) error + type RemoteCompiler interface + Client func() *http.Client + Request func() (*http.Request, error) + ResponseChan func() chan RemoteCompilerOutput + type RemoteCompilerOutput struct + Body io.ReadCloser + Err error + StatusCode int + type Storer interface + Collection func() *firestore.CollectionRef + Data func() interface{} + DocID func() string