package proxy var ( Bearer string ) func SetUp(config ProxyConfig) { Bearer = config.ProxyToken }