type cloud.google.com/go/storage.Notification

9 uses

	cloud.google.com/go/storage (current package)
		notifications.go#L29: type Notification struct {
		notifications.go#L82: func toNotification(rn *raw.Notification) *Notification {
		notifications.go#L83: 	n := &Notification{
		notifications.go#L107: func toRawNotification(n *Notification) *raw.Notification {
		notifications.go#L122: func (b *BucketHandle) AddNotification(ctx context.Context, n *Notification) (ret *Notification, err error) {
		notifications.go#L149: func (b *BucketHandle) Notifications(ctx context.Context) (n map[string]*Notification, err error) {
		notifications.go#L169: func notificationsToMap(rns []*raw.Notification) map[string]*Notification {
		notifications.go#L170: 	m := map[string]*Notification{}