Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.
/ protoc-plugin Public archive

This project is a collection of protobuf plugins.

License

Notifications You must be signed in to change notification settings

yu31/protoc-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proto-go-plugin

Implements some helpful plugin for protobuf golang.

Support Plugins:

  • gosql: Generated code for implements interface sql.Scanner and driver.Valuer.
  • gojson: Generated code implements interface json.Marshaler and json.Unmarshaler, Supported oneof.
  • godefaults: Generated code to set default value for message.
  • govalidator: Generated code for validate field for message.

References:

About

This project is a collection of protobuf plugins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages