Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler is the handler for the FrontendService.SaveUser RPC.
func NewHandler ¶
NewHandler returns a Handler that uses the given Firestore client.
func (*Handler) SaveUser ¶
func (h *Handler) SaveUser(ctx context.Context, req *frontendapi.SaveUserRequest) (*frontendapi.SaveUserResponse, error)
SaveUser implements FrontendService.SaveUser.
Click to show internal directories.
Click to hide internal directories.