package
0.0.0-20240723012143-b90a84cc9897
Repository: https://github.com/johnfercher/go-hexagonal.git
Documentation: pkg.go.dev
# Functions
NewHTTPHandler creates a new instance of HTTPHandler.
NewUserInfoRetriever creates a new instance of UserInfoRetriever.
NewUserRegister creates a new instance of UserRegister.
NewUserRepository creates a new instance of UserRepository.
# Structs
HTTPHandler is an autogenerated mock type for the HTTPHandler type.
No description provided by the author
HTTPHandler_Func_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Func'.
HTTPHandler_Method_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Method'.
HTTPHandler_Pattern_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Pattern'.
UserInfoRetriever is an autogenerated mock type for the UserInfoRetriever type.
No description provided by the author
UserInfoRetriever_Retrieve_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Retrieve'.
UserRegister is an autogenerated mock type for the UserRegister type.
No description provided by the author
UserRegister_Register_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Register'.
UserRepository is an autogenerated mock type for the UserRepository type.
UserRepository_CreatePending_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreatePending'.
No description provided by the author
UserRepository_UpdateStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateStatus'.