Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ItemsServer ¶
type ItemsServer struct { // BeginCreateEventhouse is the fake for method ItemsClient.BeginCreateEventhouse // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated, http.StatusAccepted BeginCreateEventhouse func(ctx context.Context, workspaceID string, createEventhouseRequest eventhouse.CreateEventhouseRequest, options *eventhouse.ItemsClientBeginCreateEventhouseOptions) (resp azfake.PollerResponder[eventhouse.ItemsClientCreateEventhouseResponse], errResp azfake.ErrorResponder) // DeleteEventhouse is the fake for method ItemsClient.DeleteEventhouse // HTTP status codes to indicate success: http.StatusOK DeleteEventhouse func(ctx context.Context, workspaceID string, eventhouseID string, options *eventhouse.ItemsClientDeleteEventhouseOptions) (resp azfake.Responder[eventhouse.ItemsClientDeleteEventhouseResponse], errResp azfake.ErrorResponder) // GetEventhouse is the fake for method ItemsClient.GetEventhouse // HTTP status codes to indicate success: http.StatusOK GetEventhouse func(ctx context.Context, workspaceID string, eventhouseID string, options *eventhouse.ItemsClientGetEventhouseOptions) (resp azfake.Responder[eventhouse.ItemsClientGetEventhouseResponse], errResp azfake.ErrorResponder) // BeginGetEventhouseDefinition is the fake for method ItemsClient.BeginGetEventhouseDefinition // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginGetEventhouseDefinition func(ctx context.Context, workspaceID string, eventhouseID string, options *eventhouse.ItemsClientBeginGetEventhouseDefinitionOptions) (resp azfake.PollerResponder[eventhouse.ItemsClientGetEventhouseDefinitionResponse], errResp azfake.ErrorResponder) // NewListEventhousesPager is the fake for method ItemsClient.NewListEventhousesPager // HTTP status codes to indicate success: http.StatusOK NewListEventhousesPager func(workspaceID string, options *eventhouse.ItemsClientListEventhousesOptions) (resp azfake.PagerResponder[eventhouse.ItemsClientListEventhousesResponse]) // UpdateEventhouse is the fake for method ItemsClient.UpdateEventhouse // HTTP status codes to indicate success: http.StatusOK UpdateEventhouse func(ctx context.Context, workspaceID string, eventhouseID string, updateEventhouseRequest eventhouse.UpdateEventhouseRequest, options *eventhouse.ItemsClientUpdateEventhouseOptions) (resp azfake.Responder[eventhouse.ItemsClientUpdateEventhouseResponse], errResp azfake.ErrorResponder) // BeginUpdateEventhouseDefinition is the fake for method ItemsClient.BeginUpdateEventhouseDefinition // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginUpdateEventhouseDefinition func(ctx context.Context, workspaceID string, eventhouseID string, updateEventhouseDefinitionRequest eventhouse.UpdateEventhouseDefinitionRequest, options *eventhouse.ItemsClientBeginUpdateEventhouseDefinitionOptions) (resp azfake.PollerResponder[eventhouse.ItemsClientUpdateEventhouseDefinitionResponse], errResp azfake.ErrorResponder) }
ItemsServer is a fake server for instances of the eventhouse.ItemsClient type.
type ItemsServerTransport ¶
type ItemsServerTransport struct {
// contains filtered or unexported fields
}
ItemsServerTransport connects instances of eventhouse.ItemsClient to instances of ItemsServer. Don't use this type directly, use NewItemsServerTransport instead.
func NewItemsServerTransport ¶
func NewItemsServerTransport(srv *ItemsServer) *ItemsServerTransport
NewItemsServerTransport creates a new instance of ItemsServerTransport with the provided implementation. The returned ItemsServerTransport instance is connected to an instance of eventhouse.ItemsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type ServerFactory ¶
type ServerFactory struct {
ItemsServer ItemsServer
}
ServerFactory is a fake server for instances of the eventhouse.ClientFactory type.
type ServerFactoryTransport ¶
type ServerFactoryTransport struct {
// contains filtered or unexported fields
}
ServerFactoryTransport connects instances of eventhouse.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 eventhouse.ClientFactory via the azcore.ClientOptions.Transporter field in the client's constructor parameters.