aditya.siregar 67f1dbc850 init project
2024-05-28 14:14:55 +07:00

6 lines
65 B
Go

package database
type Config interface {
ConnString() string
}