Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/goinaction/code
/ functions
Functions
192 in github.com/goinaction/code
⨍
Functions
192
◇
Types & classes
81
Method
Search
Search implements the Searcher interface. It performs a search against Yahoo.
chapter7/patterns/search/searchers.go:73
Method
Search
Search implements the behavior for the default matcher.
chapter2/sample/search/default.go:13
Method
Search
Search looks at the document for the specified search term.
chapter2/sample/matchers/rss.go:70
Function
SendJSON
SendJSON returns a simple JSON document.
chapter9/listing17/handlers/handlers.go:15
Method
Store
(d Data)
chapter10/listing03/listing03.go:32
Method
Store
Store knows how to store data into Pillar.
chapter10/listing03/listing03.go:66
Method
Store
(d Data)
chapter10/listing02/listing02.go:32
Method
Store
Store knows how to store data into Pillar.
chapter10/listing02/listing02.go:60
Method
Store
Store knows how to store data into Pillar.
chapter10/listing01/listing01.go:48
Method
Store
Store knows how to store data into Pillar.
chapter10/listing04/listing04.go:66
Function
Submit
Submit uses goroutines and channels to perform a search against the three leading search engines concurrently.
chapter7/patterns/search/search.go:57
Method
Subscribe
Subscribe implements the publisher interface for the mock.
chapter10/listing06/listing06.go:28
Method
Subscribe
Subscribe sets up an request to receive messages for the specified key.
chapter10/listing06/pubsub/pubsub.go:32
Method
Task
Task implements the Worker interface.
chapter7/patterns/work/main/main.go:28
Function
TestDownload
TestDownload validates the http Get function can download content and handles different status conditions properly.
chapter9/listing08/listing08_test.go:14
Function
TestDownload
TestDownload validates the http Get function can download content and the content can be unmarshaled and clean.
chapter9/listing12/listing12_test.go:45
Function
TestDownload
TestDownload validates the http Get function can download content.
chapter9/listing01/listing01_test.go:13
Function
TestSendJSON
TestSendJSON testing the sendjson internal endpoint.
chapter9/listing17/handlers/handlers_test.go:22
Method
Unlock
Unlock allows a bike to be moved.
chapter10/listing05/listing05.go:42
Function
Yahoo
Yahoo search will be enabled if this option is provided as an argument to Submit.
chapter7/patterns/search/search.go:46
Function
createConnection
createConnection is a factory method that will be called by the pool when a new connection is needed.
chapter7/patterns/pool/main/main.go:39
Function
init
init is called when the package is initialized. This code runs first.
chapter7/patterns/semaphore/semaphore.go:58
Function
init
init is called before main.
chapter7/patterns/search/searchers.go:12
Function
init
init is called before main.
chapter5/listing34/listing34.go:13
Function
init
()
chapter8/listing03/listing03.go:8
Function
init
()
chapter8/listing11/listing11.go:18
Function
init
init is called to initialize the package by the Go runtime prior to any other code being executed.
chapter6/listing24/listing24.go:23
Function
init
()
chapter6/listing20/listing20.go:15
Function
init
init is called prior to main.
chapter2/sample/main.go:12
Function
init
init registers the default matcher with the program.
chapter2/sample/search/default.go:7
Function
init
init registers the matcher with the program.
chapter2/sample/matchers/rss.go:64
Function
init
()
chapter9/listing17/handlers/handlers_test.go:17
Function
init
()
chapter10/listing03/listing03.go:12
Function
init
()
chapter10/listing02/listing02.go:12
Function
init
()
chapter10/listing01/listing01.go:12
Function
init
()
chapter10/listing04/listing04.go:12
Function
init
init is called prior to main.
chapter3/dbdriver/postgres/postgres.go:21
Function
main
main is the entry point for the application
chapter7/patterns/semaphore/semaphore.go:64
Function
main
main is the entry point for the program.
chapter7/patterns/runner/main/main.go:18
Function
main
main is the entry point for all Go programs.
chapter7/patterns/search/main/main.go:13
Function
main
main is the entry point for all Go programs.
chapter7/patterns/work/main/main.go:34
Function
main
main is the entry point for all Go programs.
chapter7/patterns/pool/main/main.go:47
Function
main
main is the entry point for the application.
chapter5/listing74/listing74.go:12
Function
main
main is the entry point for the application.
chapter5/listing64/listing64.go:12
Function
main
main is the entry point for the application.
chapter5/listing46/listing46.go:16
Function
main
main is the entry point for the application.
chapter5/listing71/listing71.go:12
Function
main
main is the entry point for the application.
chapter5/listing50/listing50.go:30
Function
main
main is the entry point for the application.
chapter5/listing56/listing56.go:35
Function
main
main is the entry point for the application.
chapter5/listing48/listing48.go:41
Function
main
main is the entry point for the application.
chapter5/listing60/listing60.go:44
Function
main
main is the entry point for the application.
chapter5/listing35/listing35.go:13
Function
main
main is the entry point for the application.
chapter5/listing11/listing11.go:28
Function
main
main is the entry point for the application.
chapter5/listing36/listing36.go:28
Function
main
main is the entry point for the application.
chapter5/listing68/listing68.go:12
Function
main
main is the entry point for the application.
chapter5/listing34/listing34.go:21
Function
main
()
chapter8/listing03/listing03.go:13
Function
main
main is the entry point for the application.
chapter8/listing46/listing46.go:13
Function
main
()
chapter8/listing29/listing29.go:20
Function
main
()
chapter8/listing24/listing24.go:33
Function
main
()
chapter8/listing27/listing27.go:30
Function
main
()
chapter8/listing31/listing31.go:10
Function
main
()
chapter8/listing11/listing11.go:42
Function
main
main is the entry point for the application.
chapter8/listing37/listing37.go:12
Function
main
main is the entry point for all Go programs.
chapter6/listing15/listing15.go:22
Function
main
main is the entry point for all Go programs.
chapter6/listing22/listing22.go:15
Function
main
main is the entry point for all Go programs.
chapter6/listing13/listing13.go:21
Function
main
main is the entry point for all Go programs.
chapter6/listing09/listing09.go:20
Function
main
main is the entry point for all Go programs.
chapter6/listing16/listing16.go:24
Function
main
main is the entry point for all Go programs.
chapter6/listing01/listing01.go:12
Function
main
main is the entry point for all Go programs.
chapter6/listing07/listing07.go:12
Function
main
main is the entry point for all Go programs.
chapter6/listing04/listing04.go:15
Function
main
main is the entry point for all Go programs.
chapter6/listing24/listing24.go:29
Function
main
main is the entry point for all Go programs.
chapter6/listing20/listing20.go:20
Function
main
main is the entry point for the program.
chapter2/sample/main.go:18
Function
main
main is the entry point for the application.
chapter9/listing17/listing17.go:12
Function
main
=============================================================================
chapter10/listing03/listing03.go:123
Function
main
=============================================================================
chapter10/listing02/listing02.go:117
Function
main
=============================================================================
chapter10/listing05/listing05.go:48
Function
main
=============================================================================
chapter10/listing01/listing01.go:105
Function
main
()
chapter10/listing06/listing06.go:34
Function
main
=============================================================================
chapter10/listing04/listing04.go:123
Function
main
main is the entry point for the program.
chapter1/channels/hellochannels.go:18
Function
main
main is the entry point for the application.
chapter3/wordcount/wordcount.go:13
Function
main
main is the entry point for the application.
chapter3/dbdriver/main.go:12
Method
notify
notify implements a method that can be called via a value of type user.
chapter5/listing50/listing50.go:17
Method
notify
()
chapter5/listing56/listing56.go:11
Method
notify
notify implements a method that can be called via a value of type user.
chapter5/listing56/listing56.go:22
Method
notify
()
chapter5/listing48/listing48.go:11
Method
notify
notify implements the notifier interface with a pointer receiver.
chapter5/listing48/listing48.go:21
Method
notify
()
chapter5/listing60/listing60.go:12
Method
notify
notify implements a method that can be called via a value of type user.
chapter5/listing60/listing60.go:23
Method
notify
notify implements a method with a pointer receiver.
chapter5/listing36/listing36.go:21
← previous
101–192 of 192, ranked by callers