func github.com/aws/aws-sdk-go/aws.Bool
5 uses
github.com/aws/aws-sdk-go/aws (current package)
convert_types.go#L65: func Bool(v bool) *bool {
github.com/aws/aws-sdk-go/aws/corehandlers
handlers.go#L172: r.Retryable = aws.Bool(false)
handlers.go#L193: r.Retryable = aws.Bool(r.ShouldRetry(r))
handlers.go#L205: r.Retryable = aws.Bool(false)
github.com/aws/aws-sdk-go/aws/session
env_config.go#L292: cfg.EnableEndpointDiscovery = aws.Bool(cfg.enableEndpointDiscovery != "false")
![]() |
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. |