Documentation ¶
Index ¶
- type BrokerAuthenticationServer
- type BrokerAuthenticationServerTransport
- type BrokerAuthorizationServer
- type BrokerAuthorizationServerTransport
- type BrokerListenerServer
- type BrokerListenerServerTransport
- type BrokerServer
- type BrokerServerTransport
- type DataflowEndpointServer
- type DataflowEndpointServerTransport
- type DataflowProfileServer
- type DataflowProfileServerTransport
- type DataflowServer
- type DataflowServerTransport
- type InstanceServer
- type InstanceServerTransport
- type OperationsServer
- type OperationsServerTransport
- type ServerFactory
- type ServerFactoryTransport
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrokerAuthenticationServer ¶
type BrokerAuthenticationServer struct { // BeginCreateOrUpdate is the fake for method BrokerAuthenticationClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, instanceName string, brokerName string, authenticationName string, resource armiotoperations.BrokerAuthenticationResource, options *armiotoperations.BrokerAuthenticationClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armiotoperations.BrokerAuthenticationClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method BrokerAuthenticationClient.BeginDelete // HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, instanceName string, brokerName string, authenticationName string, options *armiotoperations.BrokerAuthenticationClientBeginDeleteOptions) (resp azfake.PollerResponder[armiotoperations.BrokerAuthenticationClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method BrokerAuthenticationClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, instanceName string, brokerName string, authenticationName string, options *armiotoperations.BrokerAuthenticationClientGetOptions) (resp azfake.Responder[armiotoperations.BrokerAuthenticationClientGetResponse], errResp azfake.ErrorResponder) // NewListByResourceGroupPager is the fake for method BrokerAuthenticationClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, instanceName string, brokerName string, options *armiotoperations.BrokerAuthenticationClientListByResourceGroupOptions) (resp azfake.PagerResponder[armiotoperations.BrokerAuthenticationClientListByResourceGroupResponse]) }
BrokerAuthenticationServer is a fake server for instances of the armiotoperations.BrokerAuthenticationClient type.
type BrokerAuthenticationServerTransport ¶
type BrokerAuthenticationServerTransport struct {
// contains filtered or unexported fields
}
BrokerAuthenticationServerTransport connects instances of armiotoperations.BrokerAuthenticationClient to instances of BrokerAuthenticationServer. Don't use this type directly, use NewBrokerAuthenticationServerTransport instead.
func NewBrokerAuthenticationServerTransport ¶
func NewBrokerAuthenticationServerTransport(srv *BrokerAuthenticationServer) *BrokerAuthenticationServerTransport
NewBrokerAuthenticationServerTransport creates a new instance of BrokerAuthenticationServerTransport with the provided implementation. The returned BrokerAuthenticationServerTransport instance is connected to an instance of armiotoperations.BrokerAuthenticationClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type BrokerAuthorizationServer ¶
type BrokerAuthorizationServer struct { // BeginCreateOrUpdate is the fake for method BrokerAuthorizationClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, instanceName string, brokerName string, authorizationName string, resource armiotoperations.BrokerAuthorizationResource, options *armiotoperations.BrokerAuthorizationClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armiotoperations.BrokerAuthorizationClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method BrokerAuthorizationClient.BeginDelete // HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, instanceName string, brokerName string, authorizationName string, options *armiotoperations.BrokerAuthorizationClientBeginDeleteOptions) (resp azfake.PollerResponder[armiotoperations.BrokerAuthorizationClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method BrokerAuthorizationClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, instanceName string, brokerName string, authorizationName string, options *armiotoperations.BrokerAuthorizationClientGetOptions) (resp azfake.Responder[armiotoperations.BrokerAuthorizationClientGetResponse], errResp azfake.ErrorResponder) // NewListByResourceGroupPager is the fake for method BrokerAuthorizationClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, instanceName string, brokerName string, options *armiotoperations.BrokerAuthorizationClientListByResourceGroupOptions) (resp azfake.PagerResponder[armiotoperations.BrokerAuthorizationClientListByResourceGroupResponse]) }
BrokerAuthorizationServer is a fake server for instances of the armiotoperations.BrokerAuthorizationClient type.
type BrokerAuthorizationServerTransport ¶
type BrokerAuthorizationServerTransport struct {
// contains filtered or unexported fields
}
BrokerAuthorizationServerTransport connects instances of armiotoperations.BrokerAuthorizationClient to instances of BrokerAuthorizationServer. Don't use this type directly, use NewBrokerAuthorizationServerTransport instead.
func NewBrokerAuthorizationServerTransport ¶
func NewBrokerAuthorizationServerTransport(srv *BrokerAuthorizationServer) *BrokerAuthorizationServerTransport
NewBrokerAuthorizationServerTransport creates a new instance of BrokerAuthorizationServerTransport with the provided implementation. The returned BrokerAuthorizationServerTransport instance is connected to an instance of armiotoperations.BrokerAuthorizationClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type BrokerListenerServer ¶
type BrokerListenerServer struct { // BeginCreateOrUpdate is the fake for method BrokerListenerClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, instanceName string, brokerName string, listenerName string, resource armiotoperations.BrokerListenerResource, options *armiotoperations.BrokerListenerClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armiotoperations.BrokerListenerClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method BrokerListenerClient.BeginDelete // HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, instanceName string, brokerName string, listenerName string, options *armiotoperations.BrokerListenerClientBeginDeleteOptions) (resp azfake.PollerResponder[armiotoperations.BrokerListenerClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method BrokerListenerClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, instanceName string, brokerName string, listenerName string, options *armiotoperations.BrokerListenerClientGetOptions) (resp azfake.Responder[armiotoperations.BrokerListenerClientGetResponse], errResp azfake.ErrorResponder) // NewListByResourceGroupPager is the fake for method BrokerListenerClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, instanceName string, brokerName string, options *armiotoperations.BrokerListenerClientListByResourceGroupOptions) (resp azfake.PagerResponder[armiotoperations.BrokerListenerClientListByResourceGroupResponse]) }
BrokerListenerServer is a fake server for instances of the armiotoperations.BrokerListenerClient type.
type BrokerListenerServerTransport ¶
type BrokerListenerServerTransport struct {
// contains filtered or unexported fields
}
BrokerListenerServerTransport connects instances of armiotoperations.BrokerListenerClient to instances of BrokerListenerServer. Don't use this type directly, use NewBrokerListenerServerTransport instead.
func NewBrokerListenerServerTransport ¶
func NewBrokerListenerServerTransport(srv *BrokerListenerServer) *BrokerListenerServerTransport
NewBrokerListenerServerTransport creates a new instance of BrokerListenerServerTransport with the provided implementation. The returned BrokerListenerServerTransport instance is connected to an instance of armiotoperations.BrokerListenerClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type BrokerServer ¶
type BrokerServer struct { // BeginCreateOrUpdate is the fake for method BrokerClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, instanceName string, brokerName string, resource armiotoperations.BrokerResource, options *armiotoperations.BrokerClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armiotoperations.BrokerClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method BrokerClient.BeginDelete // HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, instanceName string, brokerName string, options *armiotoperations.BrokerClientBeginDeleteOptions) (resp azfake.PollerResponder[armiotoperations.BrokerClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method BrokerClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, instanceName string, brokerName string, options *armiotoperations.BrokerClientGetOptions) (resp azfake.Responder[armiotoperations.BrokerClientGetResponse], errResp azfake.ErrorResponder) // NewListByResourceGroupPager is the fake for method BrokerClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, instanceName string, options *armiotoperations.BrokerClientListByResourceGroupOptions) (resp azfake.PagerResponder[armiotoperations.BrokerClientListByResourceGroupResponse]) }
BrokerServer is a fake server for instances of the armiotoperations.BrokerClient type.
type BrokerServerTransport ¶
type BrokerServerTransport struct {
// contains filtered or unexported fields
}
BrokerServerTransport connects instances of armiotoperations.BrokerClient to instances of BrokerServer. Don't use this type directly, use NewBrokerServerTransport instead.
func NewBrokerServerTransport ¶
func NewBrokerServerTransport(srv *BrokerServer) *BrokerServerTransport
NewBrokerServerTransport creates a new instance of BrokerServerTransport with the provided implementation. The returned BrokerServerTransport instance is connected to an instance of armiotoperations.BrokerClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type DataflowEndpointServer ¶
type DataflowEndpointServer struct { // BeginCreateOrUpdate is the fake for method DataflowEndpointClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, instanceName string, dataflowEndpointName string, resource armiotoperations.DataflowEndpointResource, options *armiotoperations.DataflowEndpointClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armiotoperations.DataflowEndpointClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method DataflowEndpointClient.BeginDelete // HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, instanceName string, dataflowEndpointName string, options *armiotoperations.DataflowEndpointClientBeginDeleteOptions) (resp azfake.PollerResponder[armiotoperations.DataflowEndpointClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method DataflowEndpointClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, instanceName string, dataflowEndpointName string, options *armiotoperations.DataflowEndpointClientGetOptions) (resp azfake.Responder[armiotoperations.DataflowEndpointClientGetResponse], errResp azfake.ErrorResponder) // NewListByResourceGroupPager is the fake for method DataflowEndpointClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, instanceName string, options *armiotoperations.DataflowEndpointClientListByResourceGroupOptions) (resp azfake.PagerResponder[armiotoperations.DataflowEndpointClientListByResourceGroupResponse]) }
DataflowEndpointServer is a fake server for instances of the armiotoperations.DataflowEndpointClient type.
type DataflowEndpointServerTransport ¶
type DataflowEndpointServerTransport struct {
// contains filtered or unexported fields
}
DataflowEndpointServerTransport connects instances of armiotoperations.DataflowEndpointClient to instances of DataflowEndpointServer. Don't use this type directly, use NewDataflowEndpointServerTransport instead.
func NewDataflowEndpointServerTransport ¶
func NewDataflowEndpointServerTransport(srv *DataflowEndpointServer) *DataflowEndpointServerTransport
NewDataflowEndpointServerTransport creates a new instance of DataflowEndpointServerTransport with the provided implementation. The returned DataflowEndpointServerTransport instance is connected to an instance of armiotoperations.DataflowEndpointClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type DataflowProfileServer ¶
type DataflowProfileServer struct { // BeginCreateOrUpdate is the fake for method DataflowProfileClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, instanceName string, dataflowProfileName string, resource armiotoperations.DataflowProfileResource, options *armiotoperations.DataflowProfileClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armiotoperations.DataflowProfileClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method DataflowProfileClient.BeginDelete // HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, instanceName string, dataflowProfileName string, options *armiotoperations.DataflowProfileClientBeginDeleteOptions) (resp azfake.PollerResponder[armiotoperations.DataflowProfileClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method DataflowProfileClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, instanceName string, dataflowProfileName string, options *armiotoperations.DataflowProfileClientGetOptions) (resp azfake.Responder[armiotoperations.DataflowProfileClientGetResponse], errResp azfake.ErrorResponder) // NewListByResourceGroupPager is the fake for method DataflowProfileClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, instanceName string, options *armiotoperations.DataflowProfileClientListByResourceGroupOptions) (resp azfake.PagerResponder[armiotoperations.DataflowProfileClientListByResourceGroupResponse]) }
DataflowProfileServer is a fake server for instances of the armiotoperations.DataflowProfileClient type.
type DataflowProfileServerTransport ¶
type DataflowProfileServerTransport struct {
// contains filtered or unexported fields
}
DataflowProfileServerTransport connects instances of armiotoperations.DataflowProfileClient to instances of DataflowProfileServer. Don't use this type directly, use NewDataflowProfileServerTransport instead.
func NewDataflowProfileServerTransport ¶
func NewDataflowProfileServerTransport(srv *DataflowProfileServer) *DataflowProfileServerTransport
NewDataflowProfileServerTransport creates a new instance of DataflowProfileServerTransport with the provided implementation. The returned DataflowProfileServerTransport instance is connected to an instance of armiotoperations.DataflowProfileClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type DataflowServer ¶
type DataflowServer struct { // BeginCreateOrUpdate is the fake for method DataflowClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, instanceName string, dataflowProfileName string, dataflowName string, resource armiotoperations.DataflowResource, options *armiotoperations.DataflowClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armiotoperations.DataflowClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method DataflowClient.BeginDelete // HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, instanceName string, dataflowProfileName string, dataflowName string, options *armiotoperations.DataflowClientBeginDeleteOptions) (resp azfake.PollerResponder[armiotoperations.DataflowClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method DataflowClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, instanceName string, dataflowProfileName string, dataflowName string, options *armiotoperations.DataflowClientGetOptions) (resp azfake.Responder[armiotoperations.DataflowClientGetResponse], errResp azfake.ErrorResponder) // NewListByResourceGroupPager is the fake for method DataflowClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, instanceName string, dataflowProfileName string, options *armiotoperations.DataflowClientListByResourceGroupOptions) (resp azfake.PagerResponder[armiotoperations.DataflowClientListByResourceGroupResponse]) }
DataflowServer is a fake server for instances of the armiotoperations.DataflowClient type.
type DataflowServerTransport ¶
type DataflowServerTransport struct {
// contains filtered or unexported fields
}
DataflowServerTransport connects instances of armiotoperations.DataflowClient to instances of DataflowServer. Don't use this type directly, use NewDataflowServerTransport instead.
func NewDataflowServerTransport ¶
func NewDataflowServerTransport(srv *DataflowServer) *DataflowServerTransport
NewDataflowServerTransport creates a new instance of DataflowServerTransport with the provided implementation. The returned DataflowServerTransport instance is connected to an instance of armiotoperations.DataflowClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type InstanceServer ¶
type InstanceServer struct { // BeginCreateOrUpdate is the fake for method InstanceClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, instanceName string, resource armiotoperations.InstanceResource, options *armiotoperations.InstanceClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armiotoperations.InstanceClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method InstanceClient.BeginDelete // HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, instanceName string, options *armiotoperations.InstanceClientBeginDeleteOptions) (resp azfake.PollerResponder[armiotoperations.InstanceClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method InstanceClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, instanceName string, options *armiotoperations.InstanceClientGetOptions) (resp azfake.Responder[armiotoperations.InstanceClientGetResponse], errResp azfake.ErrorResponder) // NewListByResourceGroupPager is the fake for method InstanceClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, options *armiotoperations.InstanceClientListByResourceGroupOptions) (resp azfake.PagerResponder[armiotoperations.InstanceClientListByResourceGroupResponse]) // NewListBySubscriptionPager is the fake for method InstanceClient.NewListBySubscriptionPager // HTTP status codes to indicate success: http.StatusOK NewListBySubscriptionPager func(options *armiotoperations.InstanceClientListBySubscriptionOptions) (resp azfake.PagerResponder[armiotoperations.InstanceClientListBySubscriptionResponse]) // Update is the fake for method InstanceClient.Update // HTTP status codes to indicate success: http.StatusOK Update func(ctx context.Context, resourceGroupName string, instanceName string, properties armiotoperations.InstancePatchModel, options *armiotoperations.InstanceClientUpdateOptions) (resp azfake.Responder[armiotoperations.InstanceClientUpdateResponse], errResp azfake.ErrorResponder) }
InstanceServer is a fake server for instances of the armiotoperations.InstanceClient type.
type InstanceServerTransport ¶
type InstanceServerTransport struct {
// contains filtered or unexported fields
}
InstanceServerTransport connects instances of armiotoperations.InstanceClient to instances of InstanceServer. Don't use this type directly, use NewInstanceServerTransport instead.
func NewInstanceServerTransport ¶
func NewInstanceServerTransport(srv *InstanceServer) *InstanceServerTransport
NewInstanceServerTransport creates a new instance of InstanceServerTransport with the provided implementation. The returned InstanceServerTransport instance is connected to an instance of armiotoperations.InstanceClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type OperationsServer ¶
type OperationsServer struct { // NewListPager is the fake for method OperationsClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(options *armiotoperations.OperationsClientListOptions) (resp azfake.PagerResponder[armiotoperations.OperationsClientListResponse]) }
OperationsServer is a fake server for instances of the armiotoperations.OperationsClient type.
type OperationsServerTransport ¶
type OperationsServerTransport struct {
// contains filtered or unexported fields
}
OperationsServerTransport connects instances of armiotoperations.OperationsClient to instances of OperationsServer. Don't use this type directly, use NewOperationsServerTransport instead.
func NewOperationsServerTransport ¶
func NewOperationsServerTransport(srv *OperationsServer) *OperationsServerTransport
NewOperationsServerTransport creates a new instance of OperationsServerTransport with the provided implementation. The returned OperationsServerTransport instance is connected to an instance of armiotoperations.OperationsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type ServerFactory ¶
type ServerFactory struct { // BrokerAuthenticationServer contains the fakes for client BrokerAuthenticationClient BrokerAuthenticationServer BrokerAuthenticationServer // BrokerAuthorizationServer contains the fakes for client BrokerAuthorizationClient BrokerAuthorizationServer BrokerAuthorizationServer // BrokerServer contains the fakes for client BrokerClient BrokerServer BrokerServer // BrokerListenerServer contains the fakes for client BrokerListenerClient BrokerListenerServer BrokerListenerServer // DataflowServer contains the fakes for client DataflowClient DataflowServer DataflowServer // DataflowEndpointServer contains the fakes for client DataflowEndpointClient DataflowEndpointServer DataflowEndpointServer // DataflowProfileServer contains the fakes for client DataflowProfileClient DataflowProfileServer DataflowProfileServer // InstanceServer contains the fakes for client InstanceClient InstanceServer InstanceServer // OperationsServer contains the fakes for client OperationsClient OperationsServer OperationsServer }
ServerFactory is a fake server for instances of the armiotoperations.ClientFactory type.
type ServerFactoryTransport ¶
type ServerFactoryTransport struct {
// contains filtered or unexported fields
}
ServerFactoryTransport connects instances of armiotoperations.ClientFactory to instances of ServerFactory. Don't use this type directly, use NewServerFactoryTransport instead.
func NewServerFactoryTransport ¶
func NewServerFactoryTransport(srv *ServerFactory) *ServerFactoryTransport
NewServerFactoryTransport creates a new instance of ServerFactoryTransport with the provided implementation. The returned ServerFactoryTransport instance is connected to an instance of armiotoperations.ClientFactory via the azcore.ClientOptions.Transporter field in the client's constructor parameters.