feat(storage): initial commit of storage

This commit is contained in:
tchiotludo
2019-10-09 22:48:13 +02:00
parent aa8574ca90
commit bcc5798d7f
47 changed files with 829 additions and 83 deletions

View File

@@ -6,5 +6,9 @@ include 'core'
include 'runner-memory'
include 'runner-kafka'
include 'storage-local'
include 'storage-gcs'
include 'storage-minio'
include 'repository-memory'