package
0.0.0-20171101183504-39a7bf85c140
Repository: https://github.com/sttts/kube-openapi.git
Documentation: pkg.go.dev

# Packages

Package proto is a collection of libraries for parsing and indexing the type definitions.

# Functions

NewTrie creates a Trie and add all strings in the provided list to it.
ToCanonicalName converts Golang package/type name into canonical OpenAPI name.

# Structs

A simple trie implementation with Add and HasPrefix methods only.