Documentation
¶
Index ¶
Constants ¶
View Source
const ( EndPoint = "googleads.googleapis.com:443" ListAccessibleCustomersMehtod = "GET" ListAccessibleCustomersPath = "https://googleads.googleapis.com/v11/customers:listAccessibleCustomers" GoogleAdsSearchMehtod = "POST" GoogleAdsSearchPath = "https://googleads.googleapis.com/v11/customers/%s/googleAds:search" )
Variables ¶
This section is empty.
Functions ¶
func GetGRPCConnection ¶ added in v1.2.0
func GetGRPCConnection() *grpc.ClientConn
func HttpRequest ¶ added in v1.2.0
func HttpRequest(body []byte, method string, url string, opts ...HeaderOption) []byte
func SetContext ¶ added in v1.2.0
func SetContext(ctx context.Context, opts ...ContextOption) context.Context
Types ¶
type ContextOption ¶ added in v1.2.0
func WithContext ¶ added in v1.2.0
func WithContext(k string, v string) ContextOption
type HeaderOption ¶ added in v1.2.0
func WithHeader ¶ added in v1.2.0
func WithHeader(k string, v string) HeaderOption
Click to show internal directories.
Click to hide internal directories.