Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestClientCreator ¶
TestClientCreator returns a pubsub.CreateFn used to construct the test Storage client.
Types ¶
type TestBucketData ¶
type TestBucketData struct { Notifications map[string]*Notification AddNotificationID string NotificationsErr error AddNotificationErr error DeleteErr error }
TestBucketData is the data used to configure the test Bucket.
type TestClientData ¶
type TestClientData struct { CreateClientErr error CreateSubscriptionErr error CreateTopicErr error CloseErr error BucketData TestBucketData }
TestClientData is the data used to configure the test Storage client.
Click to show internal directories.
Click to hide internal directories.