Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(cvars sdkservices.Vars) sdkservices.Integration
func NewWebhookHandler ¶ added in v0.8.4
func NewWebhookHandler(l *zap.Logger, v sdkservices.Vars, d sdkservices.Dispatcher) http.Handler
func UpdateWatches ¶ added in v0.8.4
func UpdateWatches(ctx context.Context, v sdkservices.Vars, c sdkintegrations.ConnectionInit) error
UpdateWatches creates or renews schema-changes and new-responses event watches for a specific Google Forms form, if an ID was specified during initialization.
Types ¶
type WatchEventType ¶ added in v0.8.4
type WatchEventType string
const ( WatchSchemaChanges WatchEventType = "SCHEMA" WatchNewResponses WatchEventType = "RESPONSES" )
Click to show internal directories.
Click to hide internal directories.