Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveReferences ¶
ResolveReferences of this Route.
Types ¶
type RouteService ¶
type RouteService interface {
FindRouteBySpec(ctx context.Context, forProvider v1alpha1.RouteParameters) (*v1alpha1.RouteObservation, bool, error)
GetRouteByGUID(ctx context.Context, guid string) (*v1alpha1.RouteObservation, bool, error)
Create(ctx context.Context, forProvider v1alpha1.RouteParameters) (string, error)
Update(ctx context.Context, guid string, forProvider v1alpha1.RouteParameters) error
Delete(ctx context.Context, guid string) (string, error)
}
Click to show internal directories.
Click to hide internal directories.