Created
May 30, 2016 02:24
-
-
Save LusciousPear/68c4ed56b5b138459ea7dbabd492615a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(*appengine.AppsModulesVersionsDeleteCall)(0xc8203336d0)({ | |
s: (*appengine.Service)(0xc82049e900)({ | |
client: (*http.Client)(0xc82049e870)({ | |
Transport: (*oauth2.Transport)(0xc82049e840)({ | |
Source: (*oauth2.reuseTokenSource)(0xc82047e7e0)({ | |
new: (jwt.jwtSource) { | |
ctx: (*context.emptyCtx)(0xc82010e140)(context.TODO), | |
conf: (*jwt.Config)(0xc82058c150)({ | |
Email: (string) (len=47) "[email protected]", | |
PrivateKey: ([]uint8) (len=1704 cap=2048) { | |
<snipped private key> | |
}, | |
Subject: (string) "", | |
Scopes: ([]string) (len=4 cap=4) { | |
(string) (len=39) "https://www.googleapis.com/auth/compute", | |
(string) (len=46) "https://www.googleapis.com/auth/cloud-platform", | |
(string) (len=55) "https://www.googleapis.com/auth/ndev.clouddns.readwrite", | |
(string) (len=55) "https://www.googleapis.com/auth/devstorage.full_control" | |
}, | |
TokenURL: (string) (len=42) "https://accounts.google.com/o/oauth2/token", | |
Expires: (time.Duration) 0 | |
}) | |
}, | |
mu: (sync.Mutex) { | |
state: (int32) 0, | |
sema: (uint32) 0 | |
}, | |
t: (*oauth2.Token)(<nil>) | |
}), | |
Base: (http.RoundTripper) <nil>, | |
mu: (sync.Mutex) { | |
state: (int32) 0, | |
sema: (uint32) 0 | |
}, | |
modReq: (map[*http.Request]*http.Request) <nil> | |
}), | |
CheckRedirect: (func(*http.Request, []*http.Request) error) <nil>, | |
Jar: (http.CookieJar) <nil>, | |
Timeout: (time.Duration) 0 | |
}), | |
BasePath: (string) (len=33) "https://appengine.googleapis.com/", | |
UserAgent: (string) (len=30) "(linux amd64) Terraform/0.6.16", | |
Apps: (*appengine.AppsService)(0xc82047e8c0)({ | |
s: (*appengine.Service)(0xc82049e900)(<already shown>), | |
Modules: (*appengine.AppsModulesService)(0xc820383a70)({ | |
s: (*appengine.Service)(0xc82049e900)(<already shown>), | |
Versions: (*appengine.AppsModulesVersionsService)(0xc82002e1f0)({ | |
s: (*appengine.Service)(0xc82049e900)(<already shown>) | |
}) | |
}), | |
Operations: (*appengine.AppsOperationsService)(0xc82002e200)({ | |
s: (*appengine.Service)(0xc82049e900)(<already shown>) | |
}) | |
}) | |
}), | |
appsId: (string) (len=7) "hx-test", | |
modulesId: (string) (len=6) "foobar", | |
versionsId: (string) (len=6) "foobaz", | |
urlParams_: (gensupport.URLParams) { | |
}, | |
ctx_: (context.Context) <nil> | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment