Documentation
¶
Index ¶
Constants ¶
View Source
const MaxDocumentBytes = 16 << 20
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Package string
// GoPackage is the generated Go import path, without a semicolon package
// alias. An OpenAPI document cannot supply this repository identity.
GoPackage string
Service string
}
Options controls the small amount of information OpenAPI cannot provide for a protobuf contract. Package and GoPackage are required. Service defaults from info.title.
Click to show internal directories.
Click to hide internal directories.