SYMBOL INDEX (126 symbols across 26 files) FILE: autoscaling-on-queue/producer/main.go constant chars (line 24) | chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" function main (line 41) | func main() { function monitor (line 92) | func monitor(resultCh <-chan bool, stopCh <-chan struct{}) { function publish (line 120) | func publish(index int, resultCh chan<- bool, stopCh <-chan struct{}) { function getEventData (line 141) | func getEventData(index int) []byte { function getData (line 159) | func getData(length int) string { type requestContent (line 168) | type requestContent struct function getEnvVar (line 175) | func getEnvVar(key, fallbackValue string) string { function getEnvIntOrFail (line 182) | func getEnvIntOrFail(key, fallbackValue string) int { function getEnvDurationOrFail (line 191) | func getEnvDurationOrFail(key, fallbackValue string) time.Duration { function getEnvBoolOrFail (line 200) | func getEnvBoolOrFail(key, fallbackValue string) bool { FILE: autoscaling-on-queue/subscriber/main.go constant primeStateKey (line 21) | primeStateKey = "high-prime" function main (line 34) | func main() { function processRequest (line 111) | func processRequest(ctx context.Context, in interface{}) error { function getEnvVar (line 117) | func getEnvVar(key, fallbackValue string) string { FILE: cron-binding/main.go function main (line 20) | func main() { function scheduleHandler (line 35) | func scheduleHandler(ctx context.Context, in *common.BindingEvent) (out ... function getEnvVar (line 43) | func getEnvVar(key, fallbackValue string) string { FILE: dapr-aci/src/main.go constant addInvokeHandlerError (line 21) | addInvokeHandlerError = "error adding invocation handler" constant startingServiceError (line 22) | startingServiceError = "error starting service" constant clientCreateError (line 23) | clientCreateError = "error creating Dapr client" constant addSubscriptionError (line 24) | addSubscriptionError = "error subscribing to a topic" constant addInvocationError (line 25) | addInvocationError = "error creating invcation handler" constant methodName (line 26) | methodName = "ping" function main (line 41) | func main() { function invokeHandler (line 69) | func invokeHandler(ctx context.Context, in *common.InvocationEvent) (out... function eventHandler (line 77) | func eventHandler(ctx context.Context, e *common.TopicEvent) (retry bool... function getEnvVar (line 95) | func getEnvVar(key, fallbackValue string) string { FILE: fan-out/grpc-echo-service/main.go function main (line 18) | func main() { function echoHandler (line 35) | func echoHandler(ctx context.Context, in *common.InvocationEvent) (out *... function getEnvVar (line 50) | func getEnvVar(key, fallbackValue string) string { FILE: fan-out/http-format-converter/main.go function main (line 32) | func main() { type SourceEvent (line 57) | type SourceEvent struct function eventHandler (line 64) | func eventHandler(ctx context.Context, e *common.TopicEvent) (retry bool... function getEnvVar (line 114) | func getEnvVar(key, fallbackValue string) string { FILE: fan-out/queue-event-consumer/main.go function main (line 20) | func main() { function eventHandler (line 40) | func eventHandler(ctx context.Context, e *common.TopicEvent) (retry bool... function getEnvVar (line 45) | func getEnvVar(key, fallbackValue string) string { FILE: fan-out/queue-event-producer/main.go function main (line 29) | func main() { function produce (line 69) | func produce(ctx context.Context, c dapr.Client, t *time.Ticker) error { type roomReading (line 85) | type roomReading struct function getRoomReading (line 92) | func getRoomReading() interface{} { function getEnvVar (line 103) | func getEnvVar(key, fallbackValue string) string { FILE: fan-out/queue-format-converter/main.go function main (line 33) | func main() { type SourceEvent (line 58) | type SourceEvent struct function eventHandler (line 65) | func eventHandler(ctx context.Context, e *common.TopicEvent) (retry bool... function getEnvVar (line 105) | func getEnvVar(key, fallbackValue string) string { FILE: fan-out/service-format-converter/main.go function main (line 33) | func main() { type SourceEvent (line 58) | type SourceEvent struct function eventHandler (line 65) | func eventHandler(ctx context.Context, e *common.TopicEvent) (retry bool... function getEnvVar (line 112) | func getEnvVar(key, fallbackValue string) string { FILE: grpc-echo-service/main.go function main (line 18) | func main() { function echoHandler (line 35) | func echoHandler(ctx context.Context, in *common.InvocationEvent) (out *... function getEnvVar (line 50) | func getEnvVar(key, fallbackValue string) string { FILE: grpc-event-subscriber/main.go function main (line 20) | func main() { function eventHandler (line 40) | func eventHandler(ctx context.Context, e *common.TopicEvent) (retry bool... function getEnvVar (line 51) | func getEnvVar(key, fallbackValue string) string { FILE: hardened/src/app1/main.go constant methodName (line 18) | methodName = "ping" constant invocationError (line 19) | invocationError = "error invoking" function main (line 32) | func main() { function handler (line 51) | func handler(ctx context.Context, in *common.InvocationEvent) (out *comm... function getEnvVar (line 70) | func getEnvVar(key, fallbackValue string) string { FILE: hardened/src/app2/main.go constant methodName (line 20) | methodName = "counter" constant stateCounterKey (line 21) | stateCounterKey = "count" constant addInvokeHandlerError (line 23) | addInvokeHandlerError = "error adding invocation handler" constant startingServiceError (line 24) | startingServiceError = "error starting service" constant clientCreateError (line 25) | clientCreateError = "error creating Dapr client" constant publisingError (line 26) | publisingError = "error publishing" constant getStateError (line 27) | getStateError = "error getting state" constant saveStateError (line 28) | saveStateError = "error saving state" constant intParsingError (line 29) | intParsingError = "error parsing data" function main (line 44) | func main() { function handler (line 62) | func handler(ctx context.Context, in *common.InvocationEvent) (out *comm... function getEnvVar (line 117) | func getEnvVar(key, fallbackValue string) string { FILE: hardened/src/app3/main.go constant eventDataParsingError (line 19) | eventDataParsingError = "error parsing event data" constant addSubscriptionError (line 20) | addSubscriptionError = "error adding topic subscription" constant startingServiceError (line 21) | startingServiceError = "error starting service" constant intParsingError (line 22) | intParsingError = "error parsing data" function main (line 33) | func main() { function handler (line 51) | func handler(ctx context.Context, e *common.TopicEvent) (retry bool, err... function getEnvVar (line 71) | func getEnvVar(key, fallbackValue string) string { FILE: http-echo-service/main.go function main (line 18) | func main() { function echoHandler (line 32) | func echoHandler(ctx context.Context, in *common.InvocationEvent) (out *... function getEnvVar (line 47) | func getEnvVar(key, fallbackValue string) string { FILE: http-event-subscriber/main.go function main (line 23) | func main() { function eventHandler (line 44) | func eventHandler(ctx context.Context, e *common.TopicEvent) (retry bool... function getEnvVar (line 55) | func getEnvVar(key, fallbackValue string) string { FILE: order-cancellation/src/fn/ReceiveEvent.cs class ReceiveTopicMessage (line 20) | public static class ReceiveTopicMessage method Run (line 25) | [FunctionName("ReceiveTopicMessage")] FILE: order-cancellation/src/viewer/main.go function main (line 34) | func main() { function wsHandler (line 74) | func wsHandler(w http.ResponseWriter, r *http.Request) { function rootHandler (line 78) | func rootHandler(w http.ResponseWriter, r *http.Request) { function faviconHandler (line 97) | func faviconHandler(w http.ResponseWriter, r *http.Request) { function eventHandler (line 101) | func eventHandler(ctx context.Context, e *common.TopicEvent) (retry bool... function getEnvVar (line 116) | func getEnvVar(key, fallbackValue string) string { FILE: order-cancellation/src/viewer/resource/static/js/app.js function appendLog (line 12) | function appendLog(item) { FILE: pipeline/sentiment-scorer/main.go constant languageDefault (line 21) | languageDefault = "en" constant secretStoreName (line 22) | secretStoreName = "pipeline-secrets" constant secretStoreKey (line 23) | secretStoreKey = "Azure:CognitiveAPIKey" function main (line 36) | func main() { function sentimentHandler (line 54) | func sentimentHandler(ctx context.Context, in *common.InvocationEvent) (... type SentimentScore (line 80) | type SentimentScore struct function getSentiment (line 85) | func getSentiment(ctx context.Context, lang, text string) (out *Sentimen... function getEnvVar (line 170) | func getEnvVar(key, fallbackValue string) string { function getSecret (line 177) | func getSecret(store, key string) string { FILE: pipeline/tweet-processor/main.go function main (line 32) | func main() { function topicDataToSentimentRequest (line 59) | func topicDataToSentimentRequest(b []byte) (s *SentimentRequest, err err... function getSentimentScore (line 77) | func getSentimentScore(ctx context.Context, req *SentimentRequest) (scor... function tweetHandler (line 98) | func tweetHandler(ctx context.Context, e *common.TopicEvent) (retry bool... type TweetText (line 136) | type TweetText struct type SentimentRequest (line 145) | type SentimentRequest struct type SentimentScore (line 151) | type SentimentScore struct function getEnvVar (line 156) | func getEnvVar(key, fallbackValue string) string { FILE: pipeline/tweet-provider/main.go function main (line 28) | func main() { function tweetHandler (line 51) | func tweetHandler(ctx context.Context, in *common.BindingEvent) (out []b... function getEnvVar (line 71) | func getEnvVar(key, fallbackValue string) string { FILE: pipeline/tweet-viewer/main.go function main (line 34) | func main() { function wsHandler (line 74) | func wsHandler(w http.ResponseWriter, r *http.Request) { function rootHandler (line 78) | func rootHandler(w http.ResponseWriter, r *http.Request) { function faviconHandler (line 97) | func faviconHandler(w http.ResponseWriter, r *http.Request) { function eventHandler (line 101) | func eventHandler(ctx context.Context, e *common.TopicEvent) (retry bool... function getEnvVar (line 110) | func getEnvVar(key, fallbackValue string) string { FILE: pipeline/tweet-viewer/resource/static/js/app.js function appendLog (line 12) | function appendLog(item) { FILE: state-change-handler/main.go function main (line 24) | func main() { function bindingHandler (line 51) | func bindingHandler(ctx context.Context, in *common.BindingEvent) (out [... function getEnvVar (line 62) | func getEnvVar(key, fallbackValue string) string {