Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(loginServiceManager *notification.LoginServiceManager, loginServiceRepository repository.LoginServiceRepository, serviceRepository repository.ServiceRepository, ) *grpc.Server
Types ¶
type Gcontrollers ¶
type Gcontrollers struct { pb.UnimplementedServicesFuncServer // contains filtered or unexported fields }
func (*Gcontrollers) InsertLoginServiceInfo ¶
func (g *Gcontrollers) InsertLoginServiceInfo(ctx context.Context, loginServiceInfo *pb.LoginServiceInfo) (*pb.Response, error)
func (*Gcontrollers) UpdateLoginServiceInfo ¶
func (g *Gcontrollers) UpdateLoginServiceInfo(stream pb.ServicesFunc_UpdateLoginServiceInfoServer) error
Click to show internal directories.
Click to hide internal directories.