greeting

package module
v0.0.0-...-7e824b3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package greeting provides a set of Cloud Functions samples.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GreetingRequest

type GreetingRequest struct {
	FirstName string `json:"first_name"`
	LastName  string `json:"last_name"`
}

type GreetingResponse

type GreetingResponse struct {
	Message string `json:"message"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL