modulepackage
1.0.3
Repository: https://github.com/weathersource/go-mockfs.git
Documentation: pkg.go.dev
# README
go-mockfs
Package mockfs mocks Google Firestore for Golang testing. This code has been extracted from the unit tests of the official Go Firestore package and edited to make it suitable for publication as a stand-alone package.
# Functions
New creates a new Firestore Client and MockServer.
# Structs
MockServer mocks the pb.FirestoreServer interface (https://godoc.org/google.golang.org/genproto/googleapis/firestore/v1beta1#FirestoreServer).