servicecallout

package
v0.0.0-...-8be9c10 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2016 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecodeHCL

func DecodeHCL(item *ast.ObjectItem) (interface{}, error)

DecodeHCL converts an HCL ast.ObjectItem into an ServiceCallout object.

Types

type ServiceCallout

type ServiceCallout struct {
	XMLName               string `xml:"ServiceCallout" hcl:"-"`
	policy.Policy         `hcl:",squash"`
	DisplayName           string                           `xml:",omitempty" hcl:"display_name"`
	Request               *scRequest                       `hcl:"request"`
	HTTPTargetConnection  *endpoints.HTTPTargetConnection  `hcl:"http_target_connection"`
	LocalTargetConnection *endpoints.LocalTargetConnection `hcl:"local_target_connection"`
	Response              string                           `xml:",omitempty" hcl:"response"`
	Timeout               int                              `xml:",omitempty" hcl:"timeout"`
}

ServiceCallout represents an <ServiceCallout/> element.

Documentation: http://docs.apigee.com/api-services/reference/service-callout-policy

Jump to

Keyboard shortcuts

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