Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
// code
// Required: true
Code *int64 `json:"code"`
// message
// Required: true
Message *string `json:"message"`
}
Error error
swagger:model Error
func (*Error) MarshalBinary ¶
MarshalBinary interface implementation
func (*Error) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type Result ¶
type Result struct {
// The line with a match to the search query.
Line string `json:"line,omitempty"`
// The line numbers in the text file this line is found on.
LineNumbers []int64 `json:"lineNumbers"`
// The indexes in the line that matched the query.
MatchedIndexes []int64 `json:"matchedIndexes"`
}
Result result
swagger:model Result
func (*Result) MarshalBinary ¶
MarshalBinary interface implementation
func (*Result) UnmarshalBinary ¶
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.