func github.com/aws/aws-sdk-go/aws.Int
9 uses
github.com/aws/aws-sdk-go/aws (current package)
convert_types.go#L124: func Int(v int) *int {
github.com/aws/aws-sdk-go/aws/csm
reporter.go#L65: Version: aws.Int(1),
reporter.go#L69: AttemptLatency: aws.Int(int(now.Sub(r.AttemptTime).Nanoseconds() / int64(time.Millisecond))),
reporter.go#L74: m.HTTPStatusCode = aws.Int(r.HTTPResponse.StatusCode)
reporter.go#L118: AttemptCount: aws.Int(r.RetryCount + 1),
reporter.go#L120: Latency: aws.Int(int(time.Since(r.Time) / time.Millisecond)),
reporter.go#L122: MaxRetriesExceeded: aws.Int(boolIntValue(r.RetryCount >= r.MaxRetries())),
reporter.go#L126: m.FinalHTTPStatusCode = aws.Int(r.HTTPResponse.StatusCode)
github.com/aws/aws-sdk-go/aws/ec2metadata
service.go#L94: cfg.MaxRetries = aws.Int(2)
![]() |
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. |