Documentation ¶
Overview ¶
Package internal contains utilities internal to the weasel packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AETokenSource = func(ctx context.Context, scope ...string) oauth2.TokenSource { ts, err := google.DefaultTokenSource(ctx, scope...) if err != nil { panic(err) } return ts }
AETokenSource returns App Engine OAuth2 token source given a context.Context and a slice of scopes. It is a stubbed static token source during testing.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.