# 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