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

Commit 9dee21c

Browse files
authored
Merge pull request #131 from OpenCSPM/build
scaffold loader for AWSLoader::Backup
2 parents 45b1235 + f8db12b commit 9dee21c

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 Backup assets into RedisGraph
5+
#
6+
# Each method returns an array of Cypher queries
7+
#
8+
class AWSLoader::Backup < GraphDbLoader
9+
end

0 commit comments

Comments
 (0)