Skip to content
This repository was archived by the owner on Feb 20, 2022. It is now read-only.

Commit d56920d

Browse files
committed
scaffold loader for AWSLoader::EFS
1 parent 9dee21c commit d56920d

File tree

1 file changed

+9
-0
lines changed
  • docker/app/jobs/lib/loader/asset/loaders/aws_loader

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# frozen_string_literal: true
2+
3+
#
4+
# Load EFS assets into RedisGraph
5+
#
6+
# Each method returns an array of Cypher queries
7+
#
8+
class AWSLoader::EFS < GraphDbLoader
9+
end

0 commit comments

Comments
 (0)