Versions in this module Expand all Collapse all v1 v1.0.3 Jul 17, 2021 v1.0.1 Jul 17, 2021 Changes in this version + func Encode(api *API) (res string, err error) + type API struct + Paths map[string]map[string]Response + func Decode(s string) (api *API, err error) + func GenApiMeta(serDesc map[string]*Service) *API + type Path struct + FullName string + Method string + type Response struct + Codes map[string]ResponseEntity + type ResponseEntity struct + Description string + Schema map[string]string + type Service struct + PackageName string + Paths []Path + ServiceName string