Documentation
¶
Overview ¶
Refer: https://github.com/emicklei/proto-contrib/tree/master/cmd/protofmt https://github.com/bufbuild/buf/blob/main/private/buf/bufformat/bufformat.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cfg ¶
type Cfg struct { Checksum string `yaml:"checksum,omitempty" hash:"-"` Vendor string `yaml:"vendor,omitempty"` BasePlugin *basePluginCfg `yaml:"base,omitempty" hash:"-"` Root []string `yaml:"root,omitempty" hash:"-"` Includes []string `yaml:"includes,omitempty" hash:"-"` Excludes []string `yaml:"excludes,omitempty" hash:"-"` Depends []depend `yaml:"deps,omitempty"` Plugins []plugin `yaml:"plugins,omitempty" hash:"-"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.