Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceBinding ¶
type ServiceBinding struct { ID string InstanceID string PolicyArn string RoleName string Scope string }
ServiceBinding represents a service binding.
func (*ServiceBinding) Match ¶
func (b *ServiceBinding) Match(other *ServiceBinding) bool
Match returns true if the other service binding has the same attributes.
type ServiceInstance ¶
type ServiceInstance struct { ID string ServiceID string PlanID string Params map[string]string StackID string }
ServiceInstance provides details of a service instance
func (*ServiceInstance) Match ¶
func (i *ServiceInstance) Match(other *ServiceInstance) bool
Click to show internal directories.
Click to hide internal directories.