Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanPackageName ¶
func ExtractBasePath ¶
Types ¶
type GoImportPath ¶
type GoImportPath string
func (GoImportPath) Ident ¶
func (p GoImportPath) Ident(s string) *GoIdent
type ObjectArgs ¶
type ObjectArgs struct { Name string GoImportPath GoImportPath }
type RouterInfo ¶
type RouterInfo struct { Method string Path string UriBinding bool QueryBinding bool HeaderBinding bool JSONBinding bool ProtoJSONBinding bool XMLBinding bool FormBinding bool FormPostBinding bool FormMultipartBinding bool ProtoBufBinding bool MsgPackBinding bool YAMLBinding bool TOMLBinding bool CustomBinding bool RenderContentType string BytesRender bool StringRender bool TextRender bool HTMLRender bool ReaderRender bool RedirectRender bool JSONRender bool ProtoJSONRender bool IndentedJSONRender bool SecureJSONRender bool JSONPJSONRender bool PureJSONRender bool AsciiJSONRender bool XMLRender bool YAMLRender bool ProtoBufRender bool MsgPackRender bool TOMLRender bool CustomRender bool RpcMethodName string Param2 *Param Result1 *Result }
Click to show internal directories.
Click to hide internal directories.