cloud.google.com/go/monitoring/apiv3.NotificationChannelIterator.InternalFetch (field)
3 uses
cloud.google.com/go/monitoring/apiv3 (current package)
notification_channel_client.go#L291: it.InternalFetch = func(pageSize int, pageToken string) ([]*monitoringpb.NotificationChannel, string, error) {
notification_channel_client.go#L312: items, nextPageToken, err := it.InternalFetch(pageSize, pageToken)
notification_channel_client.go#L529: InternalFetch func(pageSize int, pageToken string) (results []*monitoringpb.NotificationChannel, 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. |