package
0.12.10
Repository: https://github.com/things-go/protogen-saber.git
Documentation: pkg.go.dev

# Functions

IntoEnumComment generates enum comment if it exists format: @EnumValue[xxx].
IntoEnums generates the errors definitions, excluding the package statement.
IntoEnumsFromMessage generates the errors definitions, excluding the package statement.
No description provided by the author
No description provided by the author

# Constants

annotation const value.
annotation const value.

# Structs

Enum 枚举 NOTE: 如果 MessageName 为空, 表明枚举独立, 枚举类型为 ${{Name}}, 枚举值为 ${{Name}}_${{Value}} 如果 MessageName 为不为空, 表明枚举嵌套在message里, 枚举类型为 ${{MessageName}}_{{Name}}, 枚举值为 ${{MessageName}}_${{Value}}.
No description provided by the author
EnumValue 枚举的枚举项.
No description provided by the author