type google.golang.org/api/googleapi.traceTok
3 uses
google.golang.org/api/googleapi (current package)
googleapi.go#L414: func Trace(traceToken string) CallOption { return traceTok(traceToken) }
googleapi.go#L416: type traceTok string
googleapi.go#L418: func (t traceTok) Get() (string, string) { return "trace", "token:" + string(t) }
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |