Skip to content

Commit 9b0bf82

Browse files
committed
add: constant
1 parent 414d45a commit 9b0bf82

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

constant.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package gcpen
2+
3+
const (
4+
EnvKeyProjectID = "GCP_PROJECT" // for Google Cloud Functions
5+
EnvKeyGoogleCloudProject = "GOOGLE_CLOUD_PROJECT" // for Google App Engine
6+
EnvKeyServiceName = "GAE_SERVICE" // for Google App Engine
7+
EnvKeyServiceVersion = "GAE_VERSION" // for Google App Engine
8+
)

0 commit comments

Comments
 (0)