Versions in this module Expand all Collapse all v0 v0.5.0 Jun 24, 2016 Changes in this version + const CodeDefault + const TypeArray + const TypeBool + const TypeFloat + const TypeInt + const TypeObject + const TypeString + type Document struct + Description string + Models []Schema + Paths []Path + Title string + Version string + func ParseGoogleAPI(r io.Reader) (Document, error) + func (doc Document) MarshalMarkdown() ([]byte, error) + type Parameter struct + Description string + LocatedIn string + Name string + Required bool + Type string + type Path struct + Description string + Method string + Parameters []Parameter + Path string + Responses []Response + Summary string + type Response struct + Code int + Description string + Type string + type Schema struct + Children []Schema + Description string + Name string + Ref string + Type string