vitess.io/vitess@v0.16.2/go/vt/vttablet/tabletserver/throttle/config/store_config.go (about) 1 /* 2 Copyright 2017 GitHub Inc. 3 4 Licensed under MIT License. See https://github.com/github/freno/blob/master/LICENSE 5 */ 6 7 package config 8 9 // 10 // General-store configuration 11 // 12 13 // StoresSettings is a general settings container for specific stores. 14 type StoresSettings struct { 15 MySQL MySQLConfigurationSettings // Any and all MySQL setups go here 16 17 // Futuristic stores can come here. 18 }