topic

package
v1.5.3 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DataSourceQstashTopic

func DataSourceQstashTopic() *schema.Resource

func ResourceQstashTopic

func ResourceQstashTopic() *schema.Resource

Types

type QStashEndpoint

type QStashEndpoint struct {
	Url string `json:"url"`
}

type QStashTopic

type QStashTopic struct {
	Name      string           `json:"name"`
	CreatedAt int64            `json:"created_at"`
	UpdatedAt int64            `json:"updated_at"`
	Endpoints []QStashEndpoint `json:"endpoints"`
}

type UpdateQStashTopicEndpoints

type UpdateQStashTopicEndpoints struct {
	Endpoints []QStashEndpoint `json:"endpoints"`
}

Jump to

Keyboard shortcuts

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