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

Commit bb23a0c

Browse files
authored
Merge pull request #133 from OpenCSPM/build
scaffold loader for AWSLoader::SecretsManager
2 parents 58e3315 + 5914003 commit bb23a0c

File tree

1 file changed

+9
-0
lines changed

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

0 commit comments

Comments
 (0)