Documentation ¶
Index ¶
- func CancelProductOrderCancelProductOrderCreateHandler(params cpo.CancelProductOrderCreateParams, principal *models.Principal) middleware.Responder
- func CancelProductOrderCancelProductOrderFindHandler(params cpo.CancelProductOrderFindParams, principal *models.Principal) middleware.Responder
- func CancelProductOrderCancelProductOrderGetHandler(params cpo.CancelProductOrderGetParams, principal *models.Principal) middleware.Responder
- func GeographicAddressGeographicAddressGetHandler(params ga.GeographicAddressGetParams, principal *models.Principal) middleware.Responder
- func GeographicAddressValidationGeographicAddressValidationCreateHandler(params gav.GeographicAddressValidationCreateParams, ...) middleware.Responder
- func GeographicSiteGeographicSiteFindHandler(params gs.GeographicSiteFindParams, principal *models.Principal) middleware.Responder
- func GeographicSiteGeographicSiteGetHandler(params gs.GeographicSiteGetParams, principal *models.Principal) middleware.Responder
- func HubProductOfferingQualificationManagementHubDeleteHandler(params hub.ProductOfferingQualificationManagementHubDeleteParams, ...) middleware.Responder
- func HubProductOfferingQualificationManagementHubGetHandler(params hub.ProductOfferingQualificationManagementHubGetParams, ...) middleware.Responder
- func HubProductOfferingQualificationManagementHubPostHandler(params hub.ProductOfferingQualificationManagementHubPostParams, ...) middleware.Responder
- func HubProductOrderManagementHubCreateHandler(params hub.ProductOrderManagementHubCreateParams, principal *models.Principal) middleware.Responder
- func HubProductOrderManagementHubDeleteHandler(params hub.ProductOrderManagementHubDeleteParams, principal *models.Principal) middleware.Responder
- func HubProductOrderManagementHubFindHandler(params hub.ProductOrderManagementHubFindParams, principal *models.Principal) middleware.Responder
- func HubQuoteManagementHubCreateHandler(params hub.QuoteManagementHubCreateParams, principal *models.Principal) middleware.Responder
- func HubQuoteManagementHubDeleteHandler(params hub.QuoteManagementHubDeleteParams, principal *models.Principal) middleware.Responder
- func HubQuoteManagementHubFindHandler(params hub.QuoteManagementHubFindParams, principal *models.Principal) middleware.Responder
- func NotificationNotificationProductOrderAttributeValueChangeNotificationHandler(...) middleware.Responder
- func NotificationNotificationProductOrderCreationNotificationHandler(params notification.NotificationProductOrderCreationNotificationParams) middleware.Responder
- func NotificationNotificationProductOrderInformationRequiredNotificationHandler(...) middleware.Responder
- func NotificationNotificationProductOrderStateChangeNotificationHandler(params notification.NotificationProductOrderStateChangeNotificationParams) middleware.Responder
- func NotificationNotificationQuoteAttributeValueChangeNotificationHandler(params notification.NotificationQuoteAttributeValueChangeNotificationParams) middleware.Responder
- func NotificationNotificationQuoteCreationNotificationHandler(params notification.NotificationQuoteCreationNotificationParams) middleware.Responder
- func NotificationNotificationQuoteInformationRequiredNotificationHandler(params notification.NotificationQuoteInformationRequiredNotificationParams) middleware.Responder
- func NotificationNotificationQuoteStateChangeNotificationHandler(params notification.NotificationQuoteStateChangeNotificationParams) middleware.Responder
- func NotificationProductOfferingQualificationCreationNotificationHandler(...) middleware.Responder
- func NotificationProductOfferingQualificationStateChangeNotificationHandler(...) middleware.Responder
- func ProductOfferingQualificationProductOfferingQualificationCreateHandler(params poq.ProductOfferingQualificationCreateParams, ...) middleware.Responder
- func ProductOfferingQualificationProductOfferingQualificationFindHandler(params poq.ProductOfferingQualificationFindParams, principal *models.Principal) middleware.Responder
- func ProductOfferingQualificationProductOfferingQualificationGetHandler(params poq.ProductOfferingQualificationGetParams, principal *models.Principal) middleware.Responder
- func ProductOrderProductOrderCreateHandler(params po.ProductOrderCreateParams, principal *models.Principal) middleware.Responder
- func ProductOrderProductOrderFindHandler(params po.ProductOrderFindParams, principal *models.Principal) middleware.Responder
- func ProductOrderProductOrderGetHandler(params po.ProductOrderGetParams, principal *models.Principal) middleware.Responder
- func ProductProductFindHandler(params product.ProductFindParams, principal *models.Principal) middleware.Responder
- func ProductProductGetHandler(params product.ProductGetParams, principal *models.Principal) middleware.Responder
- func QuoteQuoteCreateHandler(params quote.QuoteCreateParams, principal *models.Principal) middleware.Responder
- func QuoteQuoteFindHandler(params quote.QuoteFindParams, principal *models.Principal) middleware.Responder
- func QuoteQuoteGetHandler(params quote.QuoteGetParams, principal *models.Principal) middleware.Responder
- func QuoteQuoteRequestStateChangeHandler(params quote.QuoteRequestStateChangeParams, principal *models.Principal) middleware.Responder
- type MockBinder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CancelProductOrderCancelProductOrderCreateHandler ¶
func CancelProductOrderCancelProductOrderCreateHandler( params cpo.CancelProductOrderCreateParams, principal *models.Principal, ) middleware.Responder
cancel product order
func CancelProductOrderCancelProductOrderFindHandler ¶
func CancelProductOrderCancelProductOrderFindHandler( params cpo.CancelProductOrderFindParams, principal *models.Principal, ) middleware.Responder
func CancelProductOrderCancelProductOrderGetHandler ¶
func CancelProductOrderCancelProductOrderGetHandler( params cpo.CancelProductOrderGetParams, principal *models.Principal, ) middleware.Responder
func GeographicAddressGeographicAddressGetHandler ¶
func GeographicAddressGeographicAddressGetHandler(params ga.GeographicAddressGetParams, principal *models.Principal) middleware.Responder
func GeographicAddressValidationGeographicAddressValidationCreateHandler ¶
func GeographicAddressValidationGeographicAddressValidationCreateHandler(params gav.GeographicAddressValidationCreateParams, principal *models.Principal) middleware.Responder
func GeographicSiteGeographicSiteFindHandler ¶
func GeographicSiteGeographicSiteFindHandler(params gs.GeographicSiteFindParams, principal *models.Principal) middleware.Responder
func GeographicSiteGeographicSiteGetHandler ¶
func GeographicSiteGeographicSiteGetHandler(params gs.GeographicSiteGetParams, principal *models.Principal) middleware.Responder
func HubProductOfferingQualificationManagementHubDeleteHandler ¶
func HubProductOfferingQualificationManagementHubDeleteHandler( params hub.ProductOfferingQualificationManagementHubDeleteParams, principal *models.Principal, ) middleware.Responder
func HubProductOfferingQualificationManagementHubGetHandler ¶
func HubProductOfferingQualificationManagementHubGetHandler( params hub.ProductOfferingQualificationManagementHubGetParams, principal *models.Principal, ) middleware.Responder
func HubProductOfferingQualificationManagementHubPostHandler ¶
func HubProductOfferingQualificationManagementHubPostHandler( params hub.ProductOfferingQualificationManagementHubPostParams, principal *models.Principal, ) middleware.Responder
func HubProductOrderManagementHubCreateHandler ¶
func HubProductOrderManagementHubCreateHandler( params hub.ProductOrderManagementHubCreateParams, principal *models.Principal, ) middleware.Responder
func HubProductOrderManagementHubDeleteHandler ¶
func HubProductOrderManagementHubDeleteHandler( params hub.ProductOrderManagementHubDeleteParams, principal *models.Principal, ) middleware.Responder
func HubProductOrderManagementHubFindHandler ¶
func HubProductOrderManagementHubFindHandler( params hub.ProductOrderManagementHubFindParams, principal *models.Principal, ) middleware.Responder
func HubQuoteManagementHubCreateHandler ¶
func HubQuoteManagementHubCreateHandler( params hub.QuoteManagementHubCreateParams, principal *models.Principal, ) middleware.Responder
func HubQuoteManagementHubDeleteHandler ¶
func HubQuoteManagementHubDeleteHandler( params hub.QuoteManagementHubDeleteParams, principal *models.Principal, ) middleware.Responder
func HubQuoteManagementHubFindHandler ¶
func HubQuoteManagementHubFindHandler( params hub.QuoteManagementHubFindParams, principal *models.Principal, ) middleware.Responder
func NotificationNotificationProductOrderAttributeValueChangeNotificationHandler ¶
func NotificationNotificationProductOrderAttributeValueChangeNotificationHandler(params notification.NotificationProductOrderAttributeValueChangeNotificationParams) middleware.Responder
func NotificationNotificationProductOrderCreationNotificationHandler ¶
func NotificationNotificationProductOrderCreationNotificationHandler(params notification.NotificationProductOrderCreationNotificationParams) middleware.Responder
func NotificationNotificationProductOrderInformationRequiredNotificationHandler ¶
func NotificationNotificationProductOrderInformationRequiredNotificationHandler(params notification.NotificationProductOrderInformationRequiredNotificationParams) middleware.Responder
func NotificationNotificationProductOrderStateChangeNotificationHandler ¶
func NotificationNotificationProductOrderStateChangeNotificationHandler(params notification.NotificationProductOrderStateChangeNotificationParams) middleware.Responder
func NotificationNotificationQuoteAttributeValueChangeNotificationHandler ¶
func NotificationNotificationQuoteAttributeValueChangeNotificationHandler(params notification.NotificationQuoteAttributeValueChangeNotificationParams) middleware.Responder
func NotificationNotificationQuoteCreationNotificationHandler ¶
func NotificationNotificationQuoteCreationNotificationHandler(params notification.NotificationQuoteCreationNotificationParams) middleware.Responder
func NotificationNotificationQuoteInformationRequiredNotificationHandler ¶
func NotificationNotificationQuoteInformationRequiredNotificationHandler(params notification.NotificationQuoteInformationRequiredNotificationParams) middleware.Responder
func NotificationNotificationQuoteStateChangeNotificationHandler ¶
func NotificationNotificationQuoteStateChangeNotificationHandler(params notification.NotificationQuoteStateChangeNotificationParams) middleware.Responder
func NotificationProductOfferingQualificationCreationNotificationHandler ¶
func NotificationProductOfferingQualificationCreationNotificationHandler(params notification.NotificationProductOfferingQualificationCreationNotificationParams) middleware.Responder
func NotificationProductOfferingQualificationStateChangeNotificationHandler ¶
func NotificationProductOfferingQualificationStateChangeNotificationHandler(params notification.NotificationProductOfferingQualificationStateChangeNotificationParams) middleware.Responder
func ProductOfferingQualificationProductOfferingQualificationCreateHandler ¶
func ProductOfferingQualificationProductOfferingQualificationCreateHandler( params poq.ProductOfferingQualificationCreateParams, principal *models.Principal, ) middleware.Responder
func ProductOfferingQualificationProductOfferingQualificationFindHandler ¶
func ProductOfferingQualificationProductOfferingQualificationFindHandler( params poq.ProductOfferingQualificationFindParams, principal *models.Principal, ) middleware.Responder
func ProductOfferingQualificationProductOfferingQualificationGetHandler ¶
func ProductOfferingQualificationProductOfferingQualificationGetHandler( params poq.ProductOfferingQualificationGetParams, principal *models.Principal, ) middleware.Responder
func ProductOrderProductOrderCreateHandler ¶
func ProductOrderProductOrderCreateHandler( params po.ProductOrderCreateParams, principal *models.Principal, ) middleware.Responder
create/get/find product order
func ProductOrderProductOrderFindHandler ¶
func ProductOrderProductOrderFindHandler( params po.ProductOrderFindParams, principal *models.Principal, ) middleware.Responder
func ProductOrderProductOrderGetHandler ¶
func ProductOrderProductOrderGetHandler( params po.ProductOrderGetParams, principal *models.Principal, ) middleware.Responder
func ProductProductFindHandler ¶
func ProductProductFindHandler(params product.ProductFindParams, principal *models.Principal) middleware.Responder
func ProductProductGetHandler ¶
func ProductProductGetHandler(params product.ProductGetParams, principal *models.Principal) middleware.Responder
func QuoteQuoteCreateHandler ¶
func QuoteQuoteCreateHandler(params quote.QuoteCreateParams, principal *models.Principal) middleware.Responder
func QuoteQuoteFindHandler ¶
func QuoteQuoteFindHandler(params quote.QuoteFindParams, principal *models.Principal) middleware.Responder
func QuoteQuoteGetHandler ¶
func QuoteQuoteGetHandler(params quote.QuoteGetParams, principal *models.Principal) middleware.Responder
func QuoteQuoteRequestStateChangeHandler ¶
func QuoteQuoteRequestStateChangeHandler( params quote.QuoteRequestStateChangeParams, principal *models.Principal, ) middleware.Responder
Types ¶
type MockBinder ¶
type MockBinder struct { }
func (*MockBinder) Bind ¶
func (m *MockBinder) Bind(api *operations.SonataAPI)
Click to show internal directories.
Click to hide internal directories.