Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NilCustomerServiceAdapter ¶
type NilCustomerServiceAdapter struct{}
NilCustomerServiceAdapter for CustomerService and CustomerIdentityService that returns always NotFound
func (*NilCustomerServiceAdapter) GetByIdentity ¶ added in v3.3.0
func (n *NilCustomerServiceAdapter) GetByIdentity(context.Context, auth.Identity) (customerDomain.Customer, error)
GetByIdentity retrieves the authenticated customer by Identity
Click to show internal directories.
Click to hide internal directories.