package config import "time" type Sqlite struct { DSN string `json:"dsn"` ShutdownTimeout time.Duration `json:"shutdown_timeout"` }