# Functions
NewFleetsServerTransport creates a new instance of FleetsServerTransport with the provided implementation.
NewOperationsServerTransport creates a new instance of OperationsServerTransport with the provided implementation.
NewServerFactoryTransport creates a new instance of ServerFactoryTransport with the provided implementation.
# Structs
FleetsServer is a fake server for instances of the armcomputefleet.FleetsClient type.
FleetsServerTransport connects instances of armcomputefleet.FleetsClient to instances of FleetsServer.
OperationsServer is a fake server for instances of the armcomputefleet.OperationsClient type.
OperationsServerTransport connects instances of armcomputefleet.OperationsClient to instances of OperationsServer.
ServerFactory is a fake server for instances of the armcomputefleet.ClientFactory type.
ServerFactoryTransport connects instances of armcomputefleet.ClientFactory to instances of ServerFactory.