Paket google.golang.org/appengine/remote_api (v1.6.8)

Paket remote_api implements the /_ah/remote_api endpoint. Endpoint ini digunakan oleh alat offline seperti loader massal.

Functions

func NewRemoteContext

func NewRemoteContext(host string, client *http.Client) (context.Context, error)

NewRemoteContext menampilkan konteks yang memberikan akses ke API produksi untuk aplikasi di host tertentu. Semua komunikasi akan dilakukan melalui SSL kecuali jika host adalah localhost.

Client

type Client struct {
	// contains filtered or unexported fields
}

Client adalah koneksi ke API produksi untuk sebuah aplikasi.

func NewClient

func NewClient(host string, client *http.Client) (*Client, error)

NewClient menampilkan klien untuk host yang ditentukan. Semua komunikasi akan dilakukan melalui SSL kecuali jika host adalah localhost.

func (*Client) NewContext

func (c *Client) NewContext(parent context.Context) context.Context

NewContext menampilkan salinan induk yang akan menyebabkan panggilan API App Engine dikirim ke host jarak jauh klien.