|
|
@@ -7,6 +7,7 @@ type ExperimentalFunction struct {
|
|
|
RemoteChromeSettings RemoteChromeSettings `json:"remote_chrome_settings"`
|
|
|
ApiKeySettings ApiKeySettings `json:"api_key_settings"`
|
|
|
LocalChromeSettings LocalChromeSettings `json:"local_chrome_settings"`
|
|
|
+ ShareSubSettings ShareSubSettings `json:"share_sub_settings"`
|
|
|
}
|
|
|
|
|
|
func NewExperimentalFunction() *ExperimentalFunction {
|