package service type UserService struct { } func (*UserService) UpdateUser() { } func (*UserService) ChangePassword(old string, new string) { }