Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BranchHits ¶
type SearchBranchClient ¶
type SearchBranchClient interface {
SearchBranch(from int, size int, searchFields map[string]interface{}, includeFields []string) (BranchHits, error)
}
func NewSearchBranchClient ¶
func NewSearchBranchClient(esUrl *url.URL) (SearchBranchClient, error)
Click to show internal directories.
Click to hide internal directories.