Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTableNotFound = errors.New("table not found")
ErrTableNotFound indicates that the table doesn't exist.
Functions ¶
This section is empty.
Types ¶
type SystemService ¶
type SystemService interface { GetTableMetadata(context.Context, tables.TableID) (sqlstore.TableMetadata, error) GetTablesByController(context.Context, string) ([]sqlstore.Table, error) GetTablesByStructure(context.Context, string) ([]sqlstore.Table, error) GetSchemaByTableName(context.Context, string) (sqlstore.TableSchema, error) GetReceiptByTransactionHash(context.Context, common.Hash) (sqlstore.Receipt, bool, error) }
SystemService defines what system operations can be done. TODO(json-rpc): this interface should be cleaned up after dropping support.
Click to show internal directories.
Click to hide internal directories.