Skip to content

Commit

Permalink
add services structs
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Nov 19, 2024
1 parent f4a5512 commit b7b3a5f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/app/services/blob.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package services

type BlobUploadService struct {
}
type BlobMetadataService struct {
}
type BlobDownloadService struct {
}
10 changes: 10 additions & 0 deletions internal/app/services/key.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package services

type CryptKeyUploadService struct {
}
type CryptoKeyMetadataService struct {
}
type CryptoKeyDownloadService struct {
}
type CryptoKeyOperationService struct {
}

0 comments on commit b7b3a5f

Please sign in to comment.