mirror of
https://github.com/rclone/rclone.git
synced 2025-12-20 02:03:17 +00:00
6
vendor/google.golang.org/appengine/internal/identity.go
generated
vendored
6
vendor/google.golang.org/appengine/internal/identity.go
generated
vendored
@@ -4,9 +4,11 @@
|
||||
|
||||
package internal
|
||||
|
||||
import netcontext "golang.org/x/net/context"
|
||||
|
||||
// These functions are implementations of the wrapper functions
|
||||
// in ../appengine/identity.go. See that file for commentary.
|
||||
|
||||
func AppID(fqai string) string {
|
||||
return appID(fqai)
|
||||
func AppID(c netcontext.Context) string {
|
||||
return appID(FullyQualifiedAppID(c))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user