protoc-gen-dao

command
v1.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

protoc-gen-dao is a plugin for the Google protocol buffer compiler to generate Go code. Run it building this program and putting it in your path with the name

protoc-gen-dao

That word 'validator' at the end becomes part of the option string set for the protocol compiler, so once the protocol compiler (protoc) is installed you can run

protoc --dao_put=:out_directory --go_out=output_directory input_directory/file.proto

to generate vine code for the protocol defined by file.proto. With input that, the output will be written to

output_directory/file.validator.pb.go

The generated code is documented in the package comment for the library.

See the README and documentation is protocol buffers to learn more:

https://developers.google.com/protocol-buffers/

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL