Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunMappedIntId ¶ added in v0.2.0
func RunMappedIntId[TDocument any, TResponse any](dataMapper firead.DataMapper[TDocument, TResponse])
func RunTypedIntId ¶
func RunTypedIntId[TDocument any]()
Types ¶
type IntIdReader ¶
type IntIdReader struct{}
func NewIntIdReader ¶
func NewIntIdReader() *IntIdReader
func (IntIdReader) Read ¶
func (this IntIdReader) Read(paramProvider firead.ParamProvider) int
type IntIdSnapshotRetriever ¶
type IntIdSnapshotRetriever struct {
// contains filtered or unexported fields
}
func NewIntIdSnapshotRetriever ¶
func NewIntIdSnapshotRetriever( snapshotRetriever firead.SnapshotRetriever[string], ) *IntIdSnapshotRetriever
func (IntIdSnapshotRetriever) Retrieve ¶
func (this IntIdSnapshotRetriever) Retrieve(collection *firestore.CollectionRef, id int) *firestore.DocumentSnapshot
Source Files
¶
Directories
¶
Path | Synopsis |
---|---|
integration-mapped
module
|
|
integration-typed
module
|
|
integration-untyped
module
|
Click to show internal directories.
Click to hide internal directories.