# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
THis is the real implementation of the SDKFactory, It creates an Authenticated SDK instance from the adjacent auth package.
NewMockControlPlaneAPI creates a new instance of MockControlPlaneAPI.
# Variables
A Key used to store the SDKFactory in a Context.
# Structs
No description provided by the author
This is the real implementation of the SDKAPI which wraps the actual SDK implmentation.
MockControlPlaneAPI is an autogenerated mock type for the ControlPlaneAPI type.
MockControlPlaneAPI_CreateControlPlane_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateControlPlane'.
MockControlPlaneAPI_DeleteControlPlane_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteControlPlane'.
No description provided by the author
MockControlPlaneAPI_GetControlPlane_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetControlPlane'.
MockControlPlaneAPI_ListControlPlanes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListControlPlanes'.
MockControlPlaneAPI_UpdateControlPlane_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateControlPlane'.
This is a mock implementation of the SDKAPI interface.
This is a mock implementation of the SDKFactory interface which can associate a Testing.T instance with any MockKonnectSDK instances Built by it.
# Interfaces
No description provided by the author
Provides an interface for the Konnect Go SDK "github.com/Kong/sdk-konnect-go" SDK struct allowing for easier testing and mocking.
# Type aliases
A function that can build an SDKAPI with a given authorization token.