Documentation ¶
Overview ¶
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EstablishedConnectionClient ¶
EstablishedConnectionClient is an autogenerated mock type for the EstablishedConnectionClient type
func (*EstablishedConnectionClient) GetManagementInfo ¶
func (_m *EstablishedConnectionClient) GetManagementInfo(managementInfoURL string) (connectorservice.ManagementInfo, error)
GetManagementInfo provides a mock function with given fields: managementInfoURL
func (*EstablishedConnectionClient) RenewCertificate ¶
func (_m *EstablishedConnectionClient) RenewCertificate(renewalURL string) (certificates.Certificates, error)
RenewCertificate provides a mock function with given fields: renewalURL
type EstablishedConnectionClientProvider ¶
EstablishedConnectionClientProvider is an autogenerated mock type for the EstablishedConnectionClientProvider type
func (*EstablishedConnectionClientProvider) CreateClient ¶
func (_m *EstablishedConnectionClientProvider) CreateClient(credentials connectorservice.CertificateCredentials) connectorservice.EstablishedConnectionClient
CreateClient provides a mock function with given fields: credentials
type InitialConnectionClient ¶
InitialConnectionClient is an autogenerated mock type for the InitialConnectionClient type
func (*InitialConnectionClient) Establish ¶
func (_m *InitialConnectionClient) Establish(csrInfoURL string) (connectorservice.EstablishedConnection, error)
Establish provides a mock function with given fields: csrInfoURL