Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Cloud-Native-programming-with-Golang
/ functions
Functions
552 in github.com/PacktPublishing/Cloud-Native-programming-with-Golang
⨍
Functions
552
◇
Types & classes
304
Function
NewMongoDBLayer
(connection string)
Chapter04/src/lib/persistence/mongolayer/mongolayer.go:20
Function
NewMongoDBLayer
(connection string)
Chapter06/src/lib/persistence/mongolayer/mongolayer.go:20
Function
NewMongoDBLayer
(connection string)
Chapter03/myevents/src/lib/persistence/mongolayer/mongolayer.go:20
Function
NewMongoDBLayer
(connection string)
Chapter05/src/lib/persistence/mongolayer/mongolayer.go:20
Function
NewMongoDBLayer
(connection string)
Chapter10/src/lib/persistence/mongolayer/mongolayer.go:20
Function
NewMongoDBLayer
(connection string)
Chapter09/src/lib/persistence/mongolayer/mongolayer.go:20
Function
NewMongoDBLayer
(connection string)
Chapter02/myevents/src/lib/persistence/mongolayer/mongolayer.go:20
Function
NewPersistenceLayer
(options DBTYPE, connection string)
Chapter03/myevents/src/lib/persistence/dblayer/dblayer.go:16
Function
NewPersistenceLayer
(options DBTYPE, connection string)
Chapter02/myevents/src/lib/persistence/dblayer/dblayer.go:15
Function
NewSQSEventEmitter
(s *session.Session, queueName string)
Chapter10/src/lib/msgqueue/sqs/emitter.go:18
Function
NewSQSEventEmitter
(s *session.Session, queueName string)
Chapter09/src/lib/msgqueue/sqs/emitter.go:18
Function
NewSQSEventEmitter
(s *session.Session, queueName string)
Chapter08/sqs/emitter.go:18
Function
NewSQSListener
(s *session.Session, queueName string, maxMsgs, wtTime, visTO int64)
Chapter10/src/lib/msgqueue/sqs/listener.go:22
Function
NewSQSListener
(s *session.Session, queueName string, maxMsgs, wtTime, visTO int64)
Chapter09/src/lib/msgqueue/sqs/listener.go:22
Function
NewSQSListener
(s *session.Session, queueName string, maxMsgs, wtTime, visTO int64)
Chapter08/sqs/listener.go:22
Method
RegisterMapping
(eventType reflect.Type)
Chapter04/src/lib/msgqueue/mapper_dynamic.go:59
Method
RegisterMapping
(eventType reflect.Type)
Chapter06/src/lib/msgqueue/mapper_dynamic.go:59
Method
RegisterMapping
(eventType reflect.Type)
Chapter05/src/lib/msgqueue/mapper_dynamic.go:59
Method
RegisterMapping
(eventType reflect.Type)
Chapter10/src/lib/msgqueue/mapper_dynamic.go:59
Method
RegisterMapping
(eventType reflect.Type)
Chapter09/src/lib/msgqueue/mapper_dynamic.go:59
Function
RetryConnect
RetryConnect implements a retry mechanism for establishing the Kafka connection. This is necessary in container environments where individual componen
Chapter04/src/lib/helper/kafka/retry.go:21
Function
RetryConnect
RetryConnect implements a retry mechanism for establishing the AMQP connection. This is necessary in container environments where individual component
Chapter04/src/lib/helper/amqp/retry.go:21
Function
RetryConnect
RetryConnect implements a retry mechanism for establishing the Kafka connection. This is necessary in container environments where individual componen
Chapter06/src/lib/helper/kafka/retry.go:21
Function
RetryConnect
RetryConnect implements a retry mechanism for establishing the AMQP connection. This is necessary in container environments where individual component
Chapter06/src/lib/helper/amqp/retry.go:21
Function
RetryConnect
RetryConnect implements a retry mechanism for establishing the Kafka connection. This is necessary in container environments where individual componen
Chapter05/src/lib/helper/kafka/retry.go:21
Function
RetryConnect
RetryConnect implements a retry mechanism for establishing the AMQP connection. This is necessary in container environments where individual component
Chapter05/src/lib/helper/amqp/retry.go:21
Function
RetryConnect
RetryConnect implements a retry mechanism for establishing the Kafka connection. This is necessary in container environments where individual componen
Chapter10/src/lib/helper/kafka/retry.go:21
Function
RetryConnect
RetryConnect implements a retry mechanism for establishing the AMQP connection. This is necessary in container environments where individual component
Chapter10/src/lib/helper/amqp/retry.go:21
Function
RetryConnect
RetryConnect implements a retry mechanism for establishing the Kafka connection. This is necessary in container environments where individual componen
Chapter09/src/lib/helper/kafka/retry.go:21
Function
RetryConnect
RetryConnect implements a retry mechanism for establishing the AMQP connection. This is necessary in container environments where individual component
Chapter09/src/lib/helper/amqp/retry.go:21
Function
ServeAPI
(listenAddr string, database persistence.DatabaseHandler, eventEmitter msgqueue.EventEmitter)
Chapter04/src/bookingservice/rest/routes.go:12
Function
ServeAPI
(endpoint string, dbHandler persistence.DatabaseHandler, eventEmitter msgqueue.EventEmitter)
Chapter04/src/eventservice/rest/rest.go:11
Function
ServeAPI
(listenAddr string, database persistence.DatabaseHandler, eventEmitter msgqueue.EventEmitter)
Chapter06/src/bookingservice/rest/routes.go:13
Function
ServeAPI
(endpoint string, dbHandler persistence.DatabaseHandler, eventEmitter msgqueue.EventEmitter)
Chapter06/src/eventservice/rest/rest.go:12
Function
ServeAPI
(endpoint, tlsendpoint string, databasehandler persistence.DatabaseHandler)
Chapter03/myevents/src/eventsservice/rest/rest.go:11
Function
ServeAPI
(listenAddr string, database persistence.DatabaseHandler, eventEmitter msgqueue.EventEmitter)
Chapter05/src/bookingservice/rest/routes.go:13
Function
ServeAPI
(endpoint string, dbHandler persistence.DatabaseHandler, eventEmitter msgqueue.EventEmitter)
Chapter05/src/eventservice/rest/rest.go:12
Function
ServeAPI
(listenAddr string, database persistence.DatabaseHandler, eventEmitter msgqueue.EventEmitter)
Chapter10/src/bookingservice/rest/routes.go:13
Function
ServeAPI
(endpoint string, dbHandler persistence.DatabaseHandler, eventEmitter msgqueue.EventEmitter)
Chapter10/src/eventservice/rest/rest.go:12
Function
ServeAPI
(listenAddr string, database persistence.DatabaseHandler, eventEmitter msgqueue.EventEmitter)
Chapter09/src/bookingservice/rest/routes.go:13
Function
ServeAPI
(endpoint string, dbHandler persistence.DatabaseHandler, eventEmitter msgqueue.EventEmitter)
Chapter09/src/eventservice/rest/rest.go:12
Function
ServeAPI
(endpoint string, databasehandler persistence.DatabaseHandler)
Chapter02/myevents/src/eventsservice/rest/rest.go:11
Method
ServeHTTP
(w http.ResponseWriter, r *http.Request)
Chapter04/src/bookingservice/rest/booking_create.go:35
Method
ServeHTTP
(w http.ResponseWriter, r *http.Request)
Chapter06/src/bookingservice/rest/booking_create.go:35
Method
ServeHTTP
(w http.ResponseWriter, r *http.Request)
Chapter05/src/bookingservice/rest/booking_create.go:35
Method
ServeHTTP
(w http.ResponseWriter, r *http.Request)
Chapter10/src/bookingservice/rest/booking_create.go:35
Method
ServeHTTP
(w http.ResponseWriter, r *http.Request)
Chapter09/src/bookingservice/rest/booking_create.go:35
Function
TestExamineDatabaseCalls
(t *testing.T)
Chapter04/src/lib/persistence/dblayer/dblayer_test.go:12
Function
TestExamineDatabaseCalls
(t *testing.T)
Chapter06/src/lib/persistence/dblayer/dblayer_test.go:12
Function
TestExamineDatabaseCalls
(t *testing.T)
Chapter05/src/lib/persistence/dblayer/dblayer_test.go:12
Function
TestExamineDatabaseCalls
(t *testing.T)
Chapter10/src/lib/persistence/dblayer/dblayer_test.go:12
Function
TestExamineDatabaseCalls
(t *testing.T)
Chapter09/src/lib/persistence/dblayer/dblayer_test.go:12
Method
allEventHandler
(w http.ResponseWriter, r *http.Request)
Chapter04/src/eventservice/rest/handlers.go:65
Method
allEventHandler
(w http.ResponseWriter, r *http.Request)
Chapter06/src/eventservice/rest/handlers.go:65
Method
allEventHandler
(w http.ResponseWriter, r *http.Request)
Chapter05/src/eventservice/rest/handlers.go:65
Method
allEventHandler
(w http.ResponseWriter, r *http.Request)
Chapter10/src/eventservice/rest/handlers.go:64
Method
allEventHandler
(w http.ResponseWriter, r *http.Request)
Chapter09/src/eventservice/rest/handlers.go:65
Method
allLocationsHandler
(w http.ResponseWriter, r *http.Request)
Chapter04/src/eventservice/rest/handlers.go:131
Method
allLocationsHandler
(w http.ResponseWriter, r *http.Request)
Chapter06/src/eventservice/rest/handlers.go:131
Method
allLocationsHandler
(w http.ResponseWriter, r *http.Request)
Chapter05/src/eventservice/rest/handlers.go:131
Method
allLocationsHandler
(w http.ResponseWriter, r *http.Request)
Chapter10/src/eventservice/rest/handlers.go:130
Method
allLocationsHandler
(w http.ResponseWriter, r *http.Request)
Chapter09/src/eventservice/rest/handlers.go:131
Method
constructor
(p: EventListContainerProps)
Chapter06/frontend/src/components/event_list_container.tsx:16
Method
constructor
(p: EventBookingFormContainerProps)
Chapter06/frontend/src/components/event_booking_form_container.tsx:17
Method
constructor
(p: EventBookingFormProps)
Chapter06/frontend/src/components/event_booking_form.tsx:16
Method
constructor
(p: EventListContainerProps)
Chapter05/frontend/src/components/event_list_container.tsx:16
Method
constructor
(p: EventBookingFormContainerProps)
Chapter05/frontend/src/components/event_booking_form_container.tsx:17
Method
constructor
(p: EventBookingFormProps)
Chapter05/frontend/src/components/event_booking_form.tsx:16
Method
constructor
(p: EventListContainerProps)
Chapter10/frontend/src/components/event_list_container.tsx:16
Method
constructor
(p: EventBookingFormContainerProps)
Chapter10/frontend/src/components/event_booking_form_container.tsx:17
Method
constructor
(p: EventBookingFormProps)
Chapter10/frontend/src/components/event_booking_form.tsx:16
Method
constructor
(p: EventListContainerProps)
Chapter09/frontend/src/components/event_list_container.tsx:16
Method
constructor
(p: EventBookingFormContainerProps)
Chapter09/frontend/src/components/event_booking_form_container.tsx:17
Method
constructor
(p: EventBookingFormProps)
Chapter09/frontend/src/components/event_booking_form.tsx:16
Method
eventBooking
({match}:any)
Chapter06/frontend/src/index.tsx:11
Method
eventBooking
({match}:any)
Chapter05/frontend/src/index.tsx:11
Method
eventBooking
({match}:any)
Chapter10/frontend/src/index.tsx:11
Method
eventBooking
({match}:any)
Chapter09/frontend/src/index.tsx:11
Method
eventList
()
Chapter06/frontend/src/index.tsx:10
Method
eventList
()
Chapter05/frontend/src/index.tsx:10
Method
eventList
()
Chapter10/frontend/src/index.tsx:10
Method
eventList
()
Chapter09/frontend/src/index.tsx:10
Method
findEventHandler
(w http.ResponseWriter, r *http.Request)
Chapter04/src/eventservice/rest/handlers.go:29
Method
findEventHandler
(w http.ResponseWriter, r *http.Request)
Chapter06/src/eventservice/rest/handlers.go:29
Method
findEventHandler
(w http.ResponseWriter, r *http.Request)
Chapter05/src/eventservice/rest/handlers.go:29
Method
findEventHandler
(w http.ResponseWriter, r *http.Request)
Chapter10/src/eventservice/rest/handlers.go:28
Method
findEventHandler
(w http.ResponseWriter, r *http.Request)
Chapter09/src/eventservice/rest/handlers.go:29
Function
init
()
Chapter10/src/bookingservice/rest/metrics.go:18
Function
main
()
Chapter04/src/bookingservice/main.go:23
Function
main
()
Chapter04/src/eventservice/main.go:18
Function
main
()
Chapter06/src/bookingservice/main.go:23
Function
main
()
Chapter06/src/eventservice/main.go:18
Function
main
()
Chapter03/myevents/src/eventsservice/main.go:12
Function
main
()
Chapter05/src/bookingservice/main.go:23
Function
main
()
Chapter05/src/eventservice/main.go:18
Function
main
()
Chapter10/src/bookingservice/main.go:26
Function
main
()
Chapter10/src/eventservice/main.go:21
Function
main
()
Chapter09/src/bookingservice/main.go:23
Function
main
()
Chapter09/src/eventservice/main.go:18
Function
main
()
Chapter02/myevents/src/eventsservice/main.go:13
← previous
next →
401–500 of 552, ranked by callers