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.GetUser RPC.
func NewHandler ¶
NewHandler returns a Handler that uses the given Firestore client.
func (*Handler) GetUser ¶
func (h *Handler) GetUser(ctx context.Context, _ *frontendapi.GetUserRequest) (*frontendapi.GetUserResponse, error)
GetUser implements FrontendService.GetUser.
Click to show internal directories.
Click to hide internal directories.