Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigQueryService ¶
BigQueryService expl
func (*BigQueryService) DoQuery ¶
func (*BigQueryService) DoQuery(ctx context.Context, query bigquery.Query, outChan chan<- []bigquery.Value, doneChan chan<- bool) error
DoQuery expl
func (*BigQueryService) GetQuota ¶
func (*BigQueryService) GetQuota(ctx context.Context, query bigquery.Query) (bytes int64, err error)
GetQuota expl
func (*BigQueryService) MakeSQLquery ¶
func (bq *BigQueryService) MakeSQLquery(query string) *bigquery.Query
MakeSQLquery expl
type DatastoreService ¶
DatastoreService expl
func (*DatastoreService) DoQuery ¶
func (ds *DatastoreService) DoQuery(ctx context.Context, query datastore.Query, outChan chan<- map[datastore.Key]interface{}, doneChan chan<- bool) error
DoQuery expl
func (*DatastoreService) MakeGQLquery ¶
func (*DatastoreService) MakeGQLquery(kind string, args map[string]interface{}) *datastore.Query
MakeGQLquery expl
Click to show internal directories.
Click to hide internal directories.