Documentation
¶
Index ¶
Constants ¶
View Source
const ( Equals = "=" DSLPatternType = "dsl" SQLPatternType = "sql" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SearchResult ¶
func (*SearchResult) Overview ¶ added in v0.2.11
func (r *SearchResult) Overview() string
func (*SearchResult) ToYAML ¶ added in v0.2.11
func (r *SearchResult) ToYAML() (string, error)
type SearchStorage ¶ added in v0.1.4
type SearchStorageGetter ¶ added in v0.1.4
type SearchStorageGetter interface {
GetSearchStorage() (SearchStorage, error)
}
Click to show internal directories.
Click to hide internal directories.