type cloud.google.com/go/errorreporting/apiv1beta1.clientHookParams
5 uses
cloud.google.com/go/errorreporting/apiv1beta1 (current package)
doc.go#L52: type clientHookParams struct{}
doc.go#L53: type clientHook func(context.Context, clientHookParams) ([]option.ClientOption, error)
error_group_client.go#L109: hookOpts, err := newErrorGroupClientHook(ctx, clientHookParams{})
error_stats_client.go#L125: hookOpts, err := newErrorStatsClientHook(ctx, clientHookParams{})
report_errors_client.go#L84: hookOpts, err := newReportErrorsClientHook(ctx, clientHookParams{})
![]() |
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. |