Documentation ¶
Index ¶
- Constants
- func BuildMetadata(method pgs.Method, async bool) string
- func DartAsync(method pgs.Method) string
- func DartAwait(method pgs.Method) string
- func DartBuildMetadata(method pgs.Method) string
- func DartDocComment(method pgs.Method) string
- func DartMessageType(entity EntityWithParent) string
- func DartMethodReturnType(method pgs.Method) string
- func DartMethodType(message pgs.Message, streaming bool) string
- func DotnetDocComment(method pgs.Method) string
- func DotnetMessageType(entity EntityWithParent) string
- func DotnetMethodParamType(method pgs.Method) string
- func DotnetMethodReturnType(method pgs.Method) string
- func DotnetMethodType(message pgs.Message, streaming bool) string
- func GoDocComment(method pgs.Method) string
- func GoMessageType(entity EntityWithParent) string
- func GoMethodParamType(method pgs.Method) string
- func GoMethodReturnType(method pgs.Method) string
- func GoStructPointer(method pgs.Method) string
- func GolangBuildMetadata(method pgs.Method) string
- func GolangStructPointerVar(method pgs.Method) string
- func JavaAsync(method pgs.Method) string
- func JavaAwait(method pgs.Method) string
- func JavaDocComment(method pgs.Method) string
- func JavaMessageType(entity EntityWithParent, service pgs.Service) string
- func JavaMethodParamType(method pgs.Method) string
- func JavaMethodReturnType(method pgs.Method) string
- func JavaMethodType(message pgs.Message, service pgs.Service, streaming bool) string
- func JavaStreamStub(method pgs.Method) string
- func KotlinAsync(method pgs.Method) string
- func KotlinAwait(method pgs.Method) string
- func KotlinDocComment(method pgs.Method) string
- func KotlinMessageType(entity EntityWithParent) string
- func KotlinMethodReturnType(method pgs.Method) string
- func KotlinMethodType(message pgs.Message, streaming bool) string
- func MethodIsStreaming(method pgs.Method) bool
- func MethodParamType(method pgs.Method) string
- func PythonBuildMetadata(method pgs.Method) string
- func PythonDocComment(method pgs.Method) string
- func PythonMessageType(entity EntityWithParent) string
- func PythonMethodReturnType(method pgs.Method) string
- func RubyDocComment(method pgs.Method) string
- func RubyMessageType(entity EntityWithParent) string
- func RubyMethodReturnType(method pgs.Method) string
- func SdkAnonymous(method pgs.Method) bool
- func SdkTemplateGenerate(method pgs.Method) bool
- func SwiftAsync(method pgs.Method) string
- func SwiftAwait(method pgs.Method) string
- func SwiftBuildMetadata(method pgs.Method) string
- func SwiftDocComment(method pgs.Method) string
- func SwiftMessageType(entity EntityWithParent) string
- func SwiftMethodParamType(message pgs.Method) string
- func SwiftMethodReturnType(method pgs.Method) string
- func SwiftMethodType(message pgs.Message, streaming bool) string
- func TypescriptAsync(method pgs.Method) string
- func TypescriptAwait(method pgs.Method) string
- func TypescriptBuildMetadata(method pgs.Method) string
- func TypescriptDocComment(method pgs.Method) string
- func TypescriptMessageType(entity EntityWithParent) string
- func TypescriptMethodReturnType(method pgs.Method) string
- func TypescriptMethodType(message pgs.Message, streaming bool) string
- type EntityWithParent
- type FieldType
Constants ¶
View Source
const DartServiceTpl = `` /* 513-byte string literal not displayed */
View Source
const DotnetServiceTpl = `` /* 1033-byte string literal not displayed */
View Source
const GoServiceImplTpl = `` /* 816-byte string literal not displayed */
View Source
const GoServiceInterfaceTpl = `` /* 441-byte string literal not displayed */
View Source
const JavaServiceTpl = `` /* 537-byte string literal not displayed */
View Source
const KotlinServiceTpl = `` /* 575-byte string literal not displayed */
View Source
const PythonServiceTpl = `` /* 512-byte string literal not displayed */
View Source
const RubyServiceTpl = `` /* 409-byte string literal not displayed */
View Source
const SwiftServiceTpl = `` /* 526-byte string literal not displayed */
View Source
const TypescriptServiceTpl = `` /* 499-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func DartBuildMetadata ¶
func DartDocComment ¶
func DartMessageType ¶
func DartMessageType(entity EntityWithParent) string
func DartMethodReturnType ¶
func DotnetDocComment ¶
func DotnetMessageType ¶
func DotnetMessageType(entity EntityWithParent) string
func DotnetMethodParamType ¶
func DotnetMethodReturnType ¶
func GoDocComment ¶
func GoMessageType ¶
func GoMessageType(entity EntityWithParent) string
func GoMethodParamType ¶
func GoMethodReturnType ¶
func GoStructPointer ¶
func GolangBuildMetadata ¶
func GolangStructPointerVar ¶
func JavaDocComment ¶
func JavaMessageType ¶
func JavaMessageType(entity EntityWithParent, service pgs.Service) string
func JavaMethodParamType ¶
func JavaMethodReturnType ¶
func JavaMethodType ¶
func JavaStreamStub ¶
func KotlinAsync ¶
func KotlinAwait ¶
func KotlinDocComment ¶
func KotlinMessageType ¶
func KotlinMessageType(entity EntityWithParent) string
func KotlinMethodReturnType ¶
func MethodIsStreaming ¶
func MethodParamType ¶
func PythonBuildMetadata ¶
func PythonDocComment ¶
func PythonMessageType ¶
func PythonMessageType(entity EntityWithParent) string
func PythonMethodReturnType ¶
func RubyDocComment ¶
func RubyMessageType ¶
func RubyMessageType(entity EntityWithParent) string
func RubyMethodReturnType ¶
func SdkAnonymous ¶
func SdkTemplateGenerate ¶
func SwiftAsync ¶
func SwiftAwait ¶
func SwiftBuildMetadata ¶
func SwiftDocComment ¶
func SwiftMessageType ¶
func SwiftMessageType(entity EntityWithParent) string
func SwiftMethodParamType ¶
func SwiftMethodReturnType ¶
func TypescriptAsync ¶
func TypescriptAwait ¶
func TypescriptBuildMetadata ¶
func TypescriptDocComment ¶
func TypescriptMessageType ¶
func TypescriptMessageType(entity EntityWithParent) string
Types ¶
type EntityWithParent ¶
type EntityWithParent interface { pgs.Entity Parent() pgs.ParentEntity }
EntityWithParent intersection between pgs.Message and pgs.Enum
Click to show internal directories.
Click to hide internal directories.