service_type

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: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Operators = struct {
	Equals Operator
	Exists Operator
}{
	"EQUALS",
	"EXISTS",
}

Operators offers the known enum values

View Source
var Values = struct {
	BackgroundActivity          Value
	CICSService                 Value
	CustomService               Value
	DatabaseService             Value
	EnterpriseServiceBusService Value
	External                    Value
	IBMIntegrationBusService    Value
	IMSService                  Value
	MessagingService            Value
	QueueListenerService        Value
	RMIService                  Value
	RPCService                  Value
	WebRequestService           Value
	WebService                  Value
}{
	"BACKGROUND_ACTIVITY",
	"CICS_SERVICE",
	"CUSTOM_SERVICE",
	"DATABASE_SERVICE",
	"ENTERPRISE_SERVICE_BUS_SERVICE",
	"EXTERNAL",
	"IBM_INTEGRATION_BUS_SERVICE",
	"IMS_SERVICE",
	"MESSAGING_SERVICE",
	"QUEUE_LISTENER_SERVICE",
	"RMI_SERVICE",
	"RPC_SERVICE",
	"WEB_REQUEST_SERVICE",
	"WEB_SERVICE",
}

Values offers the known enum values

Functions

This section is empty.

Types

type Operator

type Operator string

Operator Operator of the comparison. You can reverse it by setting **negate** to `true`. Possible values depend on the **type** of the comparison. Find the list of actual models in the description of the **type** field and check the description of the model you need.

type Value

type Value string

Value The value to compare to.

func (Value) Ref

func (v Value) Ref() *Value

func (*Value) String

func (v *Value) String() string

Jump to

Keyboard shortcuts

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