Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NilCustomerServiceAdapter ¶
type NilCustomerServiceAdapter struct{}
NilCustomerServiceAdapter - a Adpater for CustomerSerive that returns always NotFound
func (*NilCustomerServiceAdapter) GetByAuth ¶
func (n *NilCustomerServiceAdapter) GetByAuth(ctx context.Context, auth domain.Auth) (customerDomain.Customer, error)
GetByAuth - implementation of required interface to get a customer based on Auth infos
Click to show internal directories.
Click to hide internal directories.