Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct { Project string `envconfig:"GOOGLE_CLOUD_PROJECT"` Instance string `envconfig:"DB_SPANNER_INSTANCE"` Database string `envconfig:"DB_SPANNER_DATABASE"` Channels int `default:"4" split_words:"true"` SessionsPerChannel int `default:"100" split_words:"true"` Debug bool `default:"false"` Stats bool `default:"false"` }
Click to show internal directories.
Click to hide internal directories.