webhook

package
v1.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 18, 2024 License: MPL-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewWebhookResource

func NewWebhookResource() resource.Resource

NewWebhookResource is a helper function to simplify the provider implementation.

Types

type WebhookModel

type WebhookModel struct {
	ID          types.String   `tfsdk:"id"`
	WebhookID   types.Int64    `tfsdk:"webhook_id"`
	Description types.String   `tfsdk:"description"`
	SpaceID     types.Int64    `tfsdk:"space_id"`
	Actions     []types.String `tfsdk:"actions"`
	Name        types.String   `tfsdk:"name"`
	Endpoint    types.String   `tfsdk:"endpoint"`
	Activated   types.Bool     `tfsdk:"activated"`
	Secret      types.String   `tfsdk:"secret"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL