Added file management.

This commit is contained in:
mikestefanello 2025-02-16 14:23:52 -05:00
parent b808500a23
commit ca1de66033
12 changed files with 201 additions and 21 deletions

View file

@ -12,6 +12,7 @@ func TestNewContainer(t *testing.T) {
assert.NotNil(t, c.Validator)
assert.NotNil(t, c.Cache)
assert.NotNil(t, c.Database)
assert.NotNil(t, c.Files)
assert.NotNil(t, c.ORM)
assert.NotNil(t, c.Mail)
assert.NotNil(t, c.Auth)