podhmo / reflect-openapi

Define OpenAPI with reflect package
Apache License 2.0
3 stars 0 forks source link

mdgen, operation to schema links #173

Closed podhmo closed 1 year ago

podhmo commented 1 year ago

hmm

name value
operationId main.AddPet
endpoint POST /pets
action Action :: AddPetInput => []PetError
tags pet write main
name value
operationId main.AddPet
endpoint POST /pets
action Action
input AddPetInput
output []Pet or Error
source https://github.com/podhmo/reflect-openapi/blob/main/_examples/d00markdown/main.go#L79
tags pet write main
name value
operationId main.AddPet
endpoint POST /pets
action AddPetInput => []PetError
source https://github.com/podhmo/reflect-openapi/blob/main/_examples/d00markdown/main.go#L79
tags pet write main
name value
endpoint POST /pets
operation main.AddPet :: AddPetInput => []PetError
source https://github.com/podhmo/reflect-openapi/blob/main/_examples/d00markdown/main.go#L79
tags pet write main
name value
endpoint POST /pets
operation main.AddPet :: Input[AddPetInput] => Output[[]PetError]
tags pet write main
podhmo commented 1 year ago
name value
operationId main.AddPet
endpoint POST /pets
action func (Input[AddPetInput]) Output[[]PetError]
source https://github.com/podhmo/reflect-openapi/blob/main/_examples/d00markdown/main.go#L79
tags pet write main
podhmo commented 1 year ago
name value
operationId main.AddPet
endpoint POST /pets
type Input[AddPetInput] => Output[[]PetError]
source https://github.com/podhmo/reflect-openapi/blob/main/_examples/d00markdown/main.go#L79
tags pet write main
podhmo commented 1 year ago
name value
endpoint POST /pets
operationId main.AddPet
type Input[AddPetInput] => Output[[]PetError]
source https://github.com/podhmo/reflect-openapi/blob/main/_examples/d00markdown/main.go#L79
tags pet write main
podhmo commented 1 year ago
name value
endpoint POST /pets
operationId main.AddPet
type Input[AddPetInput] => Output[[]PetError]
tags pet write main
podhmo commented 1 year ago
name value
endpoint POST /pets
operationId main.AddPet (source)
type Input[AddPetInput] => Output[[]PetError]
tags pet write main
podhmo commented 1 year ago
name value
endpoint POST /pets
operationId main.AddPet (source)
type Input[AddPetInput] => Output[[]PetError]
tags pet write main