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
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
7 lines
163 B
Go
7 lines
163 B
Go
package internalgengo
|
|
|
|
type Options struct {
|
|
Fuzz bool `yaml:"fuzz"`
|
|
JSON bool `yaml:"json"`
|
|
MessageData []string `yaml:"message_data"`
|
|
}
|