Some checks failed
DCO action / DCO (pull_request) Failing after 2m20s
Tests and linters / Tests (1.19) (pull_request) Successful in 2m43s
Tests and linters / Tests (1.20) (pull_request) Successful in 2m50s
Tests and linters / Tests with -race (pull_request) Successful in 3m7s
Tests and linters / Lint (pull_request) Failing after 3m53s
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
7 lines
164 B
Go
7 lines
164 B
Go
package internal_gengo
|
|
|
|
type Options struct {
|
|
Fuzz bool `yaml:"fuzz"`
|
|
JSON bool `yaml:"json"`
|
|
MessageData []string `yaml:"message_data"`
|
|
}
|