Documentation ¶ Index ¶ type Config type Fmt func New() *Fmt func (f *Fmt) Build(config *Config) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { // SearchDir the swag would be parse SearchDir string // excludes dirs and files in SearchDir,comma separated Excludes string MainFile string } type Fmt ¶ type Fmt struct { } func New ¶ func New() *Fmt func (*Fmt) Build ¶ func (f *Fmt) Build(config *Config) error Source Files ¶ View all Source files format.go Click to show internal directories. Click to hide internal directories.