Documentation ¶
Index ¶
Constants ¶
View Source
const (
OptionNoRequestBody = "-"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PathVarNames ¶ added in v0.4.2
type PathVarNames [][]string
func (*PathVarNames) Add ¶ added in v0.4.2
func (pvn *PathVarNames) Add(names []string)
func (*PathVarNames) Get ¶ added in v0.4.2
func (pvn *PathVarNames) Get(i int) []string
func (*PathVarNames) Squash ¶ added in v0.4.2
func (pvn *PathVarNames) Squash() []string
Squash de-duplicates all the nested names and squash them into a flat list.
Click to show internal directories.
Click to hide internal directories.