Remove user.logout method

This commit is contained in:
Manfred Touron
2016-12-13 17:32:32 +01:00
parent 0336dc5217
commit c83a19d80c
6 changed files with 13 additions and 173 deletions

View File

@@ -17,7 +17,3 @@ func New() pb.SessionServiceServer {
func (svc *Service) Login(ctx context.Context, in *pb.LoginRequest) (*pb.LoginResponse, error) {
return nil, fmt.Errorf("not implemented")
}
func (svc *Service) Logout(ctx context.Context, in *pb.LogoutRequest) (*pb.LogoutResponse, error) {
return nil, fmt.Errorf("not implemented")
}