MCPcopy Create free account
hub / github.com/Agelessbaby/BloomBlog / NewCreateUserService

Function NewCreateUserService

cmd/user/command/userRegister.go:15–17  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

13}
14
15func NewCreateUserService(ctx context.Context) *CreateUserService {
16 return &CreateUserService{ctx: ctx}
17}
18
19// TODO use crypto algorithm for security
20func (s *CreateUserService) CreateUser(req *user.BloomBlogUserRegisterRequest) error {

Callers 1

RegisterMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected