package
0.0.0-20230423094014-3177a7b084b1
Repository: https://github.com/codersamyhc/learngo.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
required:表示该字段有且只有1个,在3.0中该修饰符被移除 optional:表示该字段可以是0或1个,后面可加default默认值,如果不加,使用默认值 repeated:表示该字段可以是0到多个,packed=true 代表使用高效编码格式.
UnimplementedHelloServerServer can be embedded to have forward compatible implementations.

# Interfaces

HelloServerClient is the client API for HelloServer service.
HelloServerServer is the server API for HelloServer service.