Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BTDB ¶
type BTDB struct {
// contains filtered or unexported fields
}
BTDB is an implementation of db.DB which uses BigTable.
func NewBigTableDB ¶
func NewBigTableDB(ctx context.Context, project, instance string, ts oauth2.TokenSource) (*BTDB, error)
NewBigTableDB returns a db.DB instance which uses BigTable.
func (*BTDB) GetMessagesForTaskDriver ¶
GetMessagesForTaskDriver returns all td.Messages sent for the Task Driver with the given ID.
func (*BTDB) GetTaskDriver ¶
See documentation for db.DB interface.
Click to show internal directories.
Click to hide internal directories.