Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrganizationRequestHandler ¶
type OrganizationRequestHandler interface { HandleWithRetry(ctx context.Context, tenant, objectId string, request any) (any, error) HandleTemp(ctx context.Context, tenant, objectId string, request any) (any, error) HandleTempWithRetry(ctx context.Context, tenant, objectId string, request any) (any, error) }
func NewOrganizationRequestHandler ¶
func NewOrganizationRequestHandler(log logger.Logger, es eventstore.AggregateStore, cfg config.Utils) OrganizationRequestHandler
Click to show internal directories.
Click to hide internal directories.