MCPcopy Create free account

hub / github.com/GoesToEleven/golang-web-dev / functions

Functions3,420 in github.com/GoesToEleven/golang-web-dev

FunctionBenchmarkTemplate
(b *testing.B)
000_temp/34_test/go-testing-applications/5-go-testing-applications-m5-exercise-files/3_timers/src/pack/template_test.go:7
FunctionBenchmarkTemplateCopy
(b *testing.B)
000_temp/34_test/go-testing-applications/5-go-testing-applications-m5-exercise-files/5_reportallocs/src/pack/template_test.go:14
FunctionCacheUser
(cache cache.Cache, id, def string)
000_temp/44_class/13_interface/cmd/main.go:8
FunctionCheckUserName
(res http.ResponseWriter, req *http.Request, _ httprouter.Params)
999_old-code/060_twitter/19_abstract-API-Model_AE-fix/API/users.go:14
FunctionCheckUserName
(res http.ResponseWriter, req *http.Request, _ httprouter.Params)
999_old-code/060_twitter/18_abstract-API-Model/API/users.go:14
FunctionClean
()
042_mongodb/11_solution/session/session.go:58
FunctionCreate
(w http.ResponseWriter, r *http.Request)
045-code-organization/03_multiple-packages/books/handlers.go:43
FunctionCreate
(w http.ResponseWriter, r *http.Request)
046_mongodb/15_postgres/books/handlers.go:45
FunctionCreate
(w http.ResponseWriter, r *http.Request)
046_mongodb/16_go-mongo/books/handlers.go:38
FunctionCreateController
(ShippingService, CurrencyService, PurchaseOrderService, $scope, $state)
000_temp/34_test/go-testing-applications/1-go-testing-applications-m1-exercise-files/business_demo/res/js/controllers/CreateController.js:2
FunctionCreateController
(ShippingService, CurrencyService, PurchaseOrderService, $scope, $state)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/4_ResponseRecorder_b/res/js/controllers/CreateController.js:2
FunctionCreateController
(ShippingService, CurrencyService, PurchaseOrderService, $scope, $state)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/3_ResponseRecorder_a/res/js/controllers/CreateController.js:2
FunctionCreateController
(ShippingService, CurrencyService, PurchaseOrderService, $scope, $state)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/2_Server/res/js/controllers/CreateController.js:2
FunctionCreateController
(ShippingService, CurrencyService, PurchaseOrderService, $scope, $state)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/1_initial/res/js/controllers/CreateController.js:2
FunctionCreateController
(ShippingService, CurrencyService, PurchaseOrderService, $scope, $state)
000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/03_standalone_goroutines/res/js/controllers/CreateController.js:2
FunctionCreateController
(ShippingService, CurrencyService, PurchaseOrderService, $scope, $state)
000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/01_standalone_cpu/res/js/controllers/CreateController.js:2
FunctionCreateController
(ShippingService, CurrencyService, PurchaseOrderService, $scope, $state)
000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/02_standalone_heap/res/js/controllers/CreateController.js:2
FunctionCreateController
(ShippingService, CurrencyService, PurchaseOrderService, $scope, $state)
000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/06_business_unit_test/res/js/controllers/CreateController.js:2
FunctionCreateController
(ShippingService, CurrencyService, PurchaseOrderService, $scope, $state)
000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/07_business_mocks/res/js/controllers/CreateController.js:2
FunctionCreateController
(ShippingService, CurrencyService, PurchaseOrderService, $scope, $state)
000_temp/34_test/go-testing-applications/3-go-testing-applications-m3-exercise-files/01_business/res/js/controllers/CreateController.js:2
FunctionCreateController
(ShippingService, CurrencyService, PurchaseOrderService, $scope, $state)
000_temp/34_test/go-testing-applications/5-go-testing-applications-m5-exercise-files/6_business/res/js/controllers/CreateController.js:2
FunctionCreateProcess
(w http.ResponseWriter, r *http.Request)
045-code-organization/03_multiple-packages/books/handlers.go:47
FunctionCreateProcess
(w http.ResponseWriter, r *http.Request)
046_mongodb/15_postgres/books/handlers.go:49
FunctionCreateProcess
(w http.ResponseWriter, r *http.Request)
046_mongodb/16_go-mongo/books/handlers.go:42
FunctionCreateUser
(res http.ResponseWriter, req *http.Request, _ httprouter.Params)
999_old-code/060_twitter/19_abstract-API-Model_AE-fix/API/users.go:33
FunctionCreateUser
(res http.ResponseWriter, req *http.Request, _ httprouter.Params)
999_old-code/060_twitter/18_abstract-API-Model/API/users.go:33
MethodCreateUser
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
042_mongodb/05_mongodb/03_update-user-controllers-post/controllers/user.go:39
MethodCreateUser
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
042_mongodb/05_mongodb/05_update-user-controllers-delete/controllers/user.go:48
MethodCreateUser
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
042_mongodb/05_mongodb/04_update-user-controllers-get/controllers/user.go:53
MethodCreateUser
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
042_mongodb/05_mongodb/01_update-user-controller/controllers/user.go:39
MethodCreateUser
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
042_mongodb/05_mongodb/02_update-user-model/controllers/user.go:38
MethodCreateUser
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
042_mongodb/06_hands-on/starting-code/controllers/user.go:51
MethodCreateUser
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
042_mongodb/04_controllers/controllers/user.go:36
MethodCreateUser
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
042_mongodb/09_solution/controllers/user.go:37
MethodCreateUser
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
042_mongodb/07_solution/controllers/user.go:37
FunctionCurrencyService
($q, $http)
000_temp/34_test/go-testing-applications/1-go-testing-applications-m1-exercise-files/business_demo/res/js/services/CurrencyService.js:4
FunctionCurrencyService
($q, $http)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/4_ResponseRecorder_b/res/js/services/CurrencyService.js:4
FunctionCurrencyService
($q, $http)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/3_ResponseRecorder_a/res/js/services/CurrencyService.js:4
FunctionCurrencyService
($q, $http)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/2_Server/res/js/services/CurrencyService.js:4
FunctionCurrencyService
($q, $http)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/1_initial/res/js/services/CurrencyService.js:4
FunctionCurrencyService
($q, $http)
000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/03_standalone_goroutines/res/js/services/CurrencyService.js:4
FunctionCurrencyService
($q, $http)
000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/01_standalone_cpu/res/js/services/CurrencyService.js:4
FunctionCurrencyService
($q, $http)
000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/02_standalone_heap/res/js/services/CurrencyService.js:4
FunctionCurrencyService
($q, $http)
000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/06_business_unit_test/res/js/services/CurrencyService.js:4
FunctionCurrencyService
($q, $http)
000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/07_business_mocks/res/js/services/CurrencyService.js:4
FunctionCurrencyService
($q, $http)
000_temp/34_test/go-testing-applications/3-go-testing-applications-m3-exercise-files/01_business/res/js/services/CurrencyService.js:4
FunctionCurrencyService
($q, $http)
000_temp/34_test/go-testing-applications/5-go-testing-applications-m5-exercise-files/6_business/res/js/services/CurrencyService.js:4
FunctionDeleteBook
(r *http.Request)
045-code-organization/02_two-packages/models/books.go:110
FunctionDeleteProcess
(w http.ResponseWriter, r *http.Request)
045-code-organization/03_multiple-packages/books/handlers.go:96
FunctionDeleteProcess
(w http.ResponseWriter, r *http.Request)
046_mongodb/15_postgres/books/handlers.go:98
FunctionDeleteProcess
(w http.ResponseWriter, r *http.Request)
046_mongodb/16_go-mongo/books/handlers.go:87
MethodDeleteUser
(w http.ResponseWriter, r *http.Request, p httprouter.Params)
042_mongodb/05_mongodb/03_update-user-controllers-post/controllers/user.go:60
MethodDeleteUser
(w http.ResponseWriter, r *http.Request, p httprouter.Params)
042_mongodb/05_mongodb/05_update-user-controllers-delete/controllers/user.go:67
MethodDeleteUser
(w http.ResponseWriter, r *http.Request, p httprouter.Params)
042_mongodb/05_mongodb/04_update-user-controllers-get/controllers/user.go:72
MethodDeleteUser
(w http.ResponseWriter, r *http.Request, p httprouter.Params)
042_mongodb/05_mongodb/01_update-user-controller/controllers/user.go:56
MethodDeleteUser
(w http.ResponseWriter, r *http.Request, p httprouter.Params)
042_mongodb/05_mongodb/02_update-user-model/controllers/user.go:55
MethodDeleteUser
(w http.ResponseWriter, r *http.Request, p httprouter.Params)
042_mongodb/06_hands-on/starting-code/controllers/user.go:69
MethodDeleteUser
(w http.ResponseWriter, r *http.Request, p httprouter.Params)
042_mongodb/04_controllers/controllers/user.go:53
MethodDeleteUser
(w http.ResponseWriter, r *http.Request, p httprouter.Params)
042_mongodb/09_solution/controllers/user.go:59
MethodDeleteUser
(w http.ResponseWriter, r *http.Request, p httprouter.Params)
042_mongodb/07_solution/controllers/user.go:58
FunctionExample
()
000_temp/34_test/go-testing-applications/6-go-testing-applications-m6-exercise-files/src/pack/math_test.go:9
FunctionExampleTest
()
000_temp/34_test/go-testing-applications/1-go-testing-applications-m1-exercise-files/04_example/src/pack/example_test.go:7
MethodGenerate
(rand *rand.Rand, size int)
000_temp/34_test/go-testing-applications/4-go-testing-applications-m4-exercise-files/04_Generator/src/runner.go:22
MethodGet
(k string)
000_temp/44_class/12_interface/main.go:8
MethodGet
(k string)
000_temp/44_class/12_interface/main.go:20
MethodGet
(k string)
000_temp/44_class/13_interface/memcache/main.go:11
MethodGetCurrencies
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/1-go-testing-applications-m1-exercise-files/business_demo/src/poms/ctrl/currency.go:11
MethodGetCurrencies
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/06_business_unit_test/src/poms/ctrl/currency.go:11
MethodGetHome
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/1-go-testing-applications-m1-exercise-files/business_demo/src/poms/ctrl/home.go:12
MethodGetHome
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/4_ResponseRecorder_b/src/poms/ctrl/home.go:12
MethodGetHome
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/3_ResponseRecorder_a/src/poms/ctrl/home.go:12
MethodGetHome
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/2_Server/src/poms/ctrl/home.go:12
MethodGetHome
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/1_initial/src/poms/ctrl/home.go:12
MethodGetHome
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/03_standalone_goroutines/src/poms/ctrl/home.go:12
MethodGetHome
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/01_standalone_cpu/src/poms/ctrl/home.go:12
MethodGetHome
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/02_standalone_heap/src/poms/ctrl/home.go:12
MethodGetHome
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/06_business_unit_test/src/poms/ctrl/home.go:12
MethodGetHome
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/07_business_mocks/src/poms/ctrl/home.go:12
MethodGetHome
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/3-go-testing-applications-m3-exercise-files/01_business/src/poms/ctrl/home.go:12
MethodGetHome
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/5-go-testing-applications-m5-exercise-files/6_business/src/poms/ctrl/home.go:12
FunctionGetOrder
(id int)
000_temp/34_test/go-testing-applications/1-go-testing-applications-m1-exercise-files/business_demo/src/poms/model/purchaseOrder.go:35
FunctionGetOrder
(id int)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/4_ResponseRecorder_b/src/poms/model/purchaseOrder.go:35
FunctionGetOrder
(id int)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/3_ResponseRecorder_a/src/poms/model/purchaseOrder.go:35
FunctionGetOrder
(id int)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/2_Server/src/poms/model/purchaseOrder.go:35
FunctionGetOrder
(id int)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/1_initial/src/poms/model/purchaseOrder.go:35
FunctionGetOrder
(id int)
000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/03_standalone_goroutines/src/poms/model/purchaseOrder.go:35
FunctionGetOrder
(id int)
000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/01_standalone_cpu/src/poms/model/purchaseOrder.go:35
FunctionGetOrder
(id int)
000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/02_standalone_heap/src/poms/model/purchaseOrder.go:35
FunctionGetOrder
(id int)
000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/06_business_unit_test/src/poms/model/purchaseOrder.go:35
FunctionGetOrder
(id int)
000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/07_business_mocks/src/poms/model/purchaseOrder.go:35
FunctionGetOrder
(id int)
000_temp/34_test/go-testing-applications/3-go-testing-applications-m3-exercise-files/01_business/src/poms/model/purchaseOrder.go:35
FunctionGetOrder
(id int)
000_temp/34_test/go-testing-applications/5-go-testing-applications-m5-exercise-files/6_business/src/poms/model/purchaseOrder.go:35
MethodGetOrder
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/1-go-testing-applications-m1-exercise-files/business_demo/src/poms/ctrl/purchaseOrder.go:13
MethodGetOrder
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/4_ResponseRecorder_b/src/poms/ctrl/purchaseOrder.go:13
MethodGetOrder
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/3_ResponseRecorder_a/src/poms/ctrl/purchaseOrder.go:13
MethodGetOrder
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/2_Server/src/poms/ctrl/purchaseOrder.go:13
MethodGetOrder
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/1_initial/src/poms/ctrl/purchaseOrder.go:13
MethodGetOrder
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/03_standalone_goroutines/src/poms/ctrl/purchaseOrder.go:13
MethodGetOrder
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/01_standalone_cpu/src/poms/ctrl/purchaseOrder.go:13
MethodGetOrder
(w http.ResponseWriter, r *http.Request)
000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/02_standalone_heap/src/poms/ctrl/purchaseOrder.go:13
← previousnext →1,201–1,300 of 3,420, ranked by callers