Versions in this module Expand all Collapse all v0 v0.4.0 Nov 9, 2023 Changes in this version + func Between(str, starting, ending string) string + type Group struct + func (g *Group) Child(path, fullPath string, descs []string) Group + func (g *Group) CreateReadme(title string, descs []string) + func (g *Group) LinkInReadme(title, href string, desc []string, isRoute bool) + func (g *Group) SetDir(dir string) + func (g *Group) Valid() bool + type Route struct + Req reflect.Type + Resp reflect.Type + func (r *Route) Body() ([]api_type.Object, *api_type.Object) + func (r *Route) Desc() string + func (r *Route) Header() *api_type.Object + func (r *Route) MethodPath(method, fullPath string) string + func (r *Route) Param(fullPath string) (*api_type.Object, []string) + func (r *Route) Parse(handler interface{}) bool + func (r *Route) Query() ([]api_type.Object, *api_type.Object) + func (r *Route) RespBody() ([]api_type.Object, *api_type.Object) + func (r *Route) RespError(buf *bytes.Buffer) + func (r *Route) RespHeader(buf *bytes.Buffer) + func (r *Route) Title() string + func (r *Route) TypeScriptSdk(method, fullPath, tsFile string) error