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 { GetByIDOrSpec(ctx context.Context, guid string, forProvider v1alpha1.RouteParameters) (*v1alpha1.RouteObservation, 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) error }
Click to show internal directories.
Click to hide internal directories.