Versions in this module Expand all Collapse all v0 v0.9.0 Jul 18, 2017 Changes in this version + func NewClient(conn *rpcc.Conn) *domainClient + type AddDatabaseClient interface + Recv func() (*AddDatabaseReply, error) + type AddDatabaseReply struct + Database Database + type Database struct + Domain string + ID ID + Name string + Version string + type Error struct + Code int + Message string + type ExecuteSQLArgs struct + DatabaseID ID + Query string + func NewExecuteSQLArgs(databaseID ID, query string) *ExecuteSQLArgs + type ExecuteSQLReply struct + ColumnNames []string + SQLError *Error + Values []json.RawMessage + type GetDatabaseTableNamesArgs struct + DatabaseID ID + func NewGetDatabaseTableNamesArgs(databaseID ID) *GetDatabaseTableNamesArgs + type GetDatabaseTableNamesReply struct + TableNames []string + type ID string