plugin/compare | |
plugin/defaultcheck | The defaultcheck plugin is used to check whether nullable is not used incorrectly. |
plugin/description | The description (experimental) plugin generates a Description method for each message. |
plugin/embedcheck | The embedcheck plugin is used to check whether embed is not used incorrectly. |
plugin/enumstringer | The enumstringer (experimental) plugin generates a String method for each enum. |
plugin/equal | The equal plugin generates an Equal and a VerboseEqual method for each message. |
plugin/face | The face plugin generates a function will be generated which can convert a structure which satisfies an interface (face) to the specified structure. |
plugin/gostring | The gostring plugin generates a GoString method for each message. |
plugin/marshalto | The marshalto plugin generates a Marshal and MarshalTo method for each message. |
plugin/oneofcheck | The oneofcheck plugin is used to check whether oneof is not used incorrectly. |
plugin/populate | The populate plugin generates a NewPopulated function. |
plugin/size | The size plugin generates a Size or ProtoSize method for each message. |
plugin/stringer | The stringer plugin generates a String method for each message. |
plugin/testgen | The testgen plugin generates Test and Benchmark functions for each message. |
plugin/union | The onlyone plugin generates code for the onlyone extension. |
plugin/unmarshal | The unmarshal plugin generates a Unmarshal method for each message. |