Categorygithub.com/matthew-hartman/swagger-cli
modulepackage
1.0.8
Repository: https://github.com/matthew-hartman/swagger-cli.git
Documentation: pkg.go.dev

# README

swagger-cli

Generate updating cli's for services that provide swagger specs

rootCmd := &cobra.Command{
  Use: "swagger-cli",
}

c := swagger.Client{
	Name:               "swagger-cli",
	BaseURLDefault:     "http://localhost:8010",
	SwaggerPathDefault: "/swagger.json",
}

cobra.CheckErr(c.Bind(context.Background(), rootCmd))
cobra.CheckErr(rootCmd.Execute())

# Packages

No description provided by the author

# Functions

MergeBytes merges patch document buffer to data document buffer Returning merged document buffer and error if any.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author