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{}
![]() |
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. |