Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetResponseError ¶
Types ¶
type ServerFactory ¶
type ServerFactory struct { Admin adminfake.ServerFactory Core corefake.ServerFactory Dashboard dashboardfake.ServerFactory Datamart datamartfake.ServerFactory DataPipeline datapipelinefake.ServerFactory Environment environmentfake.ServerFactory Eventhouse eventhousefake.ServerFactory Eventstream eventstreamfake.ServerFactory KQLDashboard kqldashboardfake.ServerFactory KQLDatabase kqldatabasefake.ServerFactory KQLQueryset kqlquerysetfake.ServerFactory Lakehouse lakehousefake.ServerFactory MirroredDatabase mirroreddatabasefake.ServerFactory MirroredWarehouse mirroredwarehousefake.ServerFactory MLExperiment mlexperimentfake.ServerFactory MLModel mlmodelfake.ServerFactory Notebook notebookfake.ServerFactory PaginatedReport paginatedreportfake.ServerFactory Reflex reflexfake.ServerFactory Report reportfake.ServerFactory SemanticModel semanticmodelfake.ServerFactory Spark sparkfake.ServerFactory SparkJobDefinition sparkjobdefinitionfake.ServerFactory SQLEndpoint sqlendpointfake.ServerFactory Warehouse warehousefake.ServerFactory }
ServerFactory is a fake server for instance of the fabric.Client type.
type ServerFactoryTransport ¶
type ServerFactoryTransport struct {
// contains filtered or unexported fields
}
ServerFactoryTransport connects instance of fabric.Client to instance 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 fabric.Client via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
Click to show internal directories.
Click to hide internal directories.