Files
2025-03-11 10:53:45 +02:00

9 lines
152 B
Go

package config
import "github.com/rdarius/boot-dev-blog-aggregator/internal/database"
type State struct {
DB *database.Queries
Config *Config
}