imsbridges

package
v1.56.2 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IMSBridge

type IMSBridge struct {
	Name          string        `json:"name"`
	QueueManagers QueueManagers `json:"queueManagers,omitempty"`
}

func (*IMSBridge) EnsurePredictableOrder

func (me *IMSBridge) EnsurePredictableOrder()

func (*IMSBridge) MarshalHCL

func (me *IMSBridge) MarshalHCL(properties hcl.Properties) error

func (*IMSBridge) Schema

func (me *IMSBridge) Schema() map[string]*schema.Schema

func (*IMSBridge) UnmarshalHCL

func (me *IMSBridge) UnmarshalHCL(decoder hcl.Decoder) error

type QueueManager

type QueueManager struct {
	Name              string   `json:"name"`
	QueueManagerQueue []string `json:"queueManagerQueue,omitempty"`
}

func (*QueueManager) MarshalHCL

func (me *QueueManager) MarshalHCL(properties hcl.Properties) error

func (*QueueManager) Schema

func (me *QueueManager) Schema() map[string]*schema.Schema

func (*QueueManager) UnmarshalHCL

func (me *QueueManager) UnmarshalHCL(decoder hcl.Decoder) error

type QueueManagers

type QueueManagers []*QueueManager

func (QueueManagers) MarshalHCL

func (me QueueManagers) MarshalHCL(properties hcl.Properties) error

func (*QueueManagers) Schema

func (me *QueueManagers) Schema() map[string]*schema.Schema

func (*QueueManagers) UnmarshalHCL

func (me *QueueManagers) UnmarshalHCL(decoder hcl.Decoder) error

Jump to

Keyboard shortcuts

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