Versions in this module Expand all Collapse all v1 v1.14.2 Feb 25, 2025 Changes in this version + const DefaultSubscriptionIDPrefix + type Configuration struct + AckDeadline string + Credentials trigger.Secret + NoCredentials bool + ProjectID string + Subscriptions []Subscription + func NewConfiguration(id string, triggerConfiguration *functionconfig.Trigger, ...) (*Configuration, error) + type Event struct + func (e *Event) GetBody() []byte + func (e *Event) GetHeader(key string) interface{} + func (e *Event) GetHeaderByteSlice(key string) []byte + func (e *Event) GetHeaderString(key string) string + func (e *Event) GetHeaders() map[string]interface{} + func (e *Event) GetPath() string + func (e *Event) GetSize() int + func (e *Event) GetURL() string + type Subscription struct + AckDeadline string + IDPrefix string + MaxNumWorkers int + Shared bool + SkipCreate bool + Synchronous bool + Topic string