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
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) 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) UnmarshalHCL ¶
func (me *QueueManagers) UnmarshalHCL(decoder hcl.Decoder) error
Click to show internal directories.
Click to hide internal directories.