Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCode ¶
Types ¶
type CodeOptions ¶
type CodeSearchResult ¶
type CodeSearchResult struct {
Type string `json:"type"`
ContentMatch string `json:"content_match"`
PathMatches []string `json:"path_matches"`
File struct {
Path string `json:"path"`
Type string `json:"type"`
Links struct {
Self struct {
Href string `json:"href"`
} `json:"self"`
} `json:"links"`
} `json:"file"`
}
CodeSearchResult represents a code search result
type CodeSearchResults ¶
type CodeSearchResults struct {
Size int `json:"size"`
Page int `json:"page"`
PageLen int `json:"pagelen"`
Next string `json:"next"`
Previous string `json:"previous"`
Values []CodeSearchResult `json:"values"`
SearchQuery string `json:"search_query"`
QuerySubstitution string `json:"query_substitution"`
}
CodeSearchResults represents a paginated list of code search results
Click to show internal directories.
Click to hide internal directories.