Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlatformClient ¶ added in v0.8.0
type PlatformClient interface { FetchTopology(ctx context.Context) (reference topology.Reference, err error) PatchTopology(ctx context.Context, patch []byte, lastKnownVersion int64) (int64, error) }
PlatformClient is capable of interacting with the platform.
Click to show internal directories.
Click to hide internal directories.