package
0.0.0-20241006173716-a30903bed2b5
Repository: https://github.com/cyber-nic/go-gcp-doc-ai.git
Documentation: pkg.go.dev

# README

Local Test

https://cloud.google.com/functions/docs/running/overview https://cloud.google.com/functions/docs/running/direct#2nd-gen

go get github.com/GoogleCloudPlatform/functions-framework-go/[email protected]

# optional, default 8080
<!-- export PORT=5000 -->

./test.sh

Cloud Emulator

https://cloud.google.com/functions/docs/running/functions-emulator#http-function

gcloud alpha functions local deploy worker \
 --entry-point="workerEntrypoint" \
 --runtime=go121

# Packages

Package main is the main application for the nlp-worker local cmd.