Closed rgarcia closed 2 months ago
This PR adds new database types and store interfaces for managing applications and deployments, with tests and dependencies.
Key points:
App
AppSettings
Env
AppEnvVars
Deployment
lib/store/store.go
AppStore
lib/store/dbstore/app.go
DeploymentStore
lib/store/dbstore/deployment.go
lib/store/db/db.go
AutoMigrate
lib/store/storetest.go
go.mod
go.sum
Generated with :heart: by ellipsis.dev
Summary:
This PR adds new database types and store interfaces for managing applications and deployments, with tests and dependencies.
Key points:
App
,AppSettings
,Env
,AppEnvVars
,Deployment
inlib/store/store.go
.AppStore
inlib/store/dbstore/app.go
for app and app settings management.DeploymentStore
inlib/store/dbstore/deployment.go
for environment, app environment variables, and deployment management.lib/store/db/db.go
to include new types inAutoMigrate
.lib/store/storetest.go
.go.mod
andgo.sum
for new dependencies.Generated with :heart: by ellipsis.dev