MCPcopy Create free account
hub / github.com/serverless/examples / BodyRequest

Struct BodyRequest

aws-golang-http-get-post/postFolder/postExample.go:11–13  ·  view source on GitHub ↗

BodyRequest is our self-made struct to process JSON request from Client

Source from the content-addressed store, hash-verified

9
10// BodyRequest is our self-made struct to process JSON request from Client
11type BodyRequest struct {
12 RequestName string `json:"name"`
13}
14
15// BodyResponse is our self-made struct to build response for Client
16type BodyResponse struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected