Skip to content

Instantly share code, notes, and snippets.

View ikawaha's full-sized avatar

ikawaha ikawaha

View GitHub Profile
@ikawaha
ikawaha / design.go
Last active March 9, 2020 15:15
Goa v3 の(gRPC を含まない)最小限のデザインのサンプル
package design
import (
. "goa.design/goa/v3/dsl"
)
var _ = Service("calc", func() {
Method("add", func() {
Payload(func() {
Attribute("a", Int, "Left operand")
curl -X POST localhost:8888/check-in -d '{"pet-owner":{"pet":{"Type":"dog","Value":"{\"Name\":\"POCHI\",\"Breed\":\"AKITA\"}"}}}'
{"pet":{"Type":"dog","Value":"{\"Name\":\"POCHI\",\"Breed\":\"AKITA\"}"}}