Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToCanonicalName ¶
ToCanonicalName converts Golang package/type name into canonical OpenAPI name. Examples:
Input: k8s.io/api/core/v1.Pod Output: io.k8s.api.core.v1.Pod Input: k8s.io/api/core/v1 Output: io.k8s.api.core.v1
Types ¶
type Trie ¶
type Trie struct {
// contains filtered or unexported fields
}
A simple trie implementation with Add and HasPrefix methods only.
Directories ¶
Path | Synopsis |
---|---|
Package proto is a collection of libraries for parsing and indexing the type definitions.
|
Package proto is a collection of libraries for parsing and indexing the type definitions. |
Click to show internal directories.
Click to hide internal directories.