Documentation
¶
Index ¶
Constants ¶
View Source
const ( BaseURLFlag = "base-url" BaseSwaggerPathFlag = "swagger-path" BaseHealthPathFlag = "health-path" )
Variables ¶
This section is empty.
Functions ¶
func MergeBytes ¶ added in v1.0.1
MergeBytes merges patch document buffer to data document buffer
Returning merged document buffer and error if any
func SetupTracer ¶
func ToKebabCase ¶
Types ¶
type Client ¶
type Client struct { Name string BaseURLDefault string SwaggerPathDefault string HealthPathDefault string HealthCheckFailedTmpl string FlagOutput io.Writer }
func (*Client) CreateSubCommands ¶
type DefaultDoer ¶ added in v1.0.1
type DefaultDoer struct{}
Click to show internal directories.
Click to hide internal directories.