Class: GitLab::SecretDetection::GRPC::Client
- Inherits:
-
Object
- Object
- GitLab::SecretDetection::GRPC::Client
- Defined in:
- lib/gitlab/secret_detection/grpc/client/grpc_client.rb
Instance Method Summary collapse
-
#scan ⇒ Object
TODO add implementation.
- #scan_stream ⇒ Object
Instance Method Details
#scan ⇒ Object
TODO add implementation
11 12 13 |
# File 'lib/gitlab/secret_detection/grpc/client/grpc_client.rb', line 11 def scan raise NotImplementedError end |
#scan_stream ⇒ Object
15 16 17 |
# File 'lib/gitlab/secret_detection/grpc/client/grpc_client.rb', line 15 def scan_stream raise NotImplementedError end |