cloud.google.com/go/secretmanager/apiv1.SecretIterator.InternalFetch (field)
3 uses
cloud.google.com/go/secretmanager/apiv1 (current package)
secret_manager_client.go#L191: it.InternalFetch = func(pageSize int, pageToken string) ([]*secretmanagerpb.Secret, string, error) {
secret_manager_client.go#L212: items, nextPageToken, err := it.InternalFetch(pageSize, pageToken)
secret_manager_client.go#L594: InternalFetch func(pageSize int, pageToken string) (results []*secretmanagerpb.Secret, nextPageToken string, err error)
![]() |
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. |