MCPcopy Create free account
hub / github.com/goinaction/code / Bing

Function Bing

chapter7/patterns/search/search.go:39–42  ·  view source on GitHub ↗

Bing search will be added to this search session if this option is provided.

(s *searchSession)

Source from the content-addressed store, hash-verified

37// Bing search will be added to this search session if this option
38// is provided.
39func Bing(s *searchSession) {
40 log.Println("search : Submit : Info : Adding Bing")
41 s.searchers["bing"] = bing{}
42}
43
44// Yahoo search will be enabled if this option is provided as an argument
45// to Submit.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected