// Code generated by goctl. DO NOT EDIT. package types type Request struct { Path string `form:"path"` } type Response struct { Path string `json:"path"` Message string `json:"message"` }