Documentation
¶
Index ¶
- type Application
- func (a Application) AuthorizeCustomer(ctx context.Context, authorize application.AuthorizeCustomer) (err error)
- func (a Application) DisableCustomer(ctx context.Context, disable application.DisableCustomer) (err error)
- func (a Application) EnableCustomer(ctx context.Context, enable application.EnableCustomer) (err error)
- func (a Application) GetCustomer(ctx context.Context, get application.GetCustomer) (customer *domain.Customer, err error)
- func (a Application) RegisterCustomer(ctx context.Context, register application.RegisterCustomer) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
application.App
// contains filtered or unexported fields
}
func LogApplicationAccess ¶
func LogApplicationAccess(application application.App, logger zerolog.Logger) Application
func (Application) AuthorizeCustomer ¶
func (a Application) AuthorizeCustomer(ctx context.Context, authorize application.AuthorizeCustomer) (err error)
func (Application) DisableCustomer ¶
func (a Application) DisableCustomer(ctx context.Context, disable application.DisableCustomer) (err error)
func (Application) EnableCustomer ¶
func (a Application) EnableCustomer(ctx context.Context, enable application.EnableCustomer) (err error)
func (Application) GetCustomer ¶
func (a Application) GetCustomer(ctx context.Context, get application.GetCustomer) (customer *domain.Customer, err error, )
func (Application) RegisterCustomer ¶
func (a Application) RegisterCustomer(ctx context.Context, register application.RegisterCustomer) (err error)
Click to show internal directories.
Click to hide internal directories.