[#276] Merge repo with frostfs-api-go

Signed-off-by: Pavel Pogodaev <p.pogodaev@yadro.com>
This commit is contained in:
Pavel Pogodaev 2024-10-07 17:20:25 +03:00 committed by pogpp
parent 5361f0eceb
commit 6ce73790ea
337 changed files with 66666 additions and 283 deletions

View file

@ -0,0 +1,7 @@
package internalgengo
type Options struct {
Fuzz bool `yaml:"fuzz"`
JSON bool `yaml:"json"`
MessageData []string `yaml:"message_data"`
}