Closed titpetric closed 5 years ago
repository
service
service/internal
UserService.With(ctx) UserService
User(ctx) UserService
Compile for all services works. The system-cli package is broken, due to using repository. I'd suggest creating service specific cli functions under service/cli/ExecUsersMerge(), ...
system-cli
service/cli/ExecUsersMerge(), ...
repository
andservice
packages underservice/internal
UserService.With(ctx) UserService
(interface), after:User(ctx) UserService
(global)Compile for all services works. The
system-cli
package is broken, due to usingrepository
. I'd suggest creating service specific cli functions underservice/cli/ExecUsersMerge(), ...