extservicebus

package
v1.3.9 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2026 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (
	QueueDisableActionId = "com.steadybit.extension_azure.servicebus.queue.disable"
	TopicDisableActionId = "com.steadybit.extension_azure.servicebus.topic.disable"
)
View Source
const (
	TargetIDNamespace = "com.steadybit.extension_azure.servicebus.namespace"
)
View Source
const TargetIDQueue = "com.steadybit.extension_azure.servicebus.queue"
View Source
const TargetIDTopic = "com.steadybit.extension_azure.servicebus.topic"

Variables

This section is empty.

Functions

func NewNamespaceDiscovery

func NewNamespaceDiscovery() discovery_kit_sdk.TargetDiscovery

func NewQueueDiscovery

func NewQueueDiscovery() discovery_kit_sdk.TargetDiscovery

func NewTopicDiscovery

func NewTopicDiscovery() discovery_kit_sdk.TargetDiscovery

Types

type EntityDisableState

type EntityDisableState struct {
	SubscriptionId    string
	ResourceGroupName string
	NamespaceName     string
	EntityName        string
	OriginalStatus    string
}

EntityDisableState captures the original entity status so we can restore it on stop. Used by both the queue-disable and topic-disable attacks.

Jump to

Keyboard shortcuts

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