local_chrome_settings.go 160 B

123456
  1. package settings
  2. type LocalChromeSettings struct {
  3. Enabled bool `json:"enabled"`
  4. LocalChromeExeFPath string `json:"local_chrome_exe_f_path"`
  5. }