mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
10 lines
117 B
Go
10 lines
117 B
Go
package config
|
|
|
|
type parsedFlags struct {
|
|
host *string
|
|
dbID *string
|
|
token *string
|
|
|
|
sources map[string]string
|
|
}
|