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