parent
3ef9f6f016
commit
8ec57d145e
267 changed files with 15430 additions and 10511 deletions
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))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue