# Structs
Greeting is a datastore entity that represents a single greeting.
GretingAddReq is the request type for GreetingService.Add.
GreetingService offers operations to add and list greetings.
GreetingsList is the response type for GreetingService.List.
GreetingListReq is the request type for GreetingService.List.