frostfs-api-go/util/protogen/internalgengo/options.go
Evgenii Stratonikov d2622dbdae
All checks were successful
DCO action / DCO (pull_request) Successful in 59s
Tests and linters / Tests (1.19) (pull_request) Successful in 55s
Tests and linters / Tests (1.20) (pull_request) Successful in 56s
Tests and linters / Tests with -race (pull_request) Successful in 1m15s
Tests and linters / Lint (pull_request) Successful in 1m24s
[#77] protogen: Initial implementation
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-08-13 17:27:14 +03:00

7 lines
163 B
Go

package internalgengo
type Options struct {
Fuzz bool `yaml:"fuzz"`
JSON bool `yaml:"json"`
MessageData []string `yaml:"message_data"`
}