Documentation ¶
Index ¶
- type EosWrapper
- type MongoWrapper
- func (instance *MongoWrapper) Close() (err error)
- func (instance *MongoWrapper) GetProcessedDatas(status string) (results []QueryResult, errInfo error)
- func (instance *MongoWrapper) InitClient(mongoUrl string, dbName string, collectionName string, mongoOpt string) (err error)
- func (instance *MongoWrapper) UpdateTxId(hash string, txId string) (errInfo error)
- type QueryResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EosWrapper ¶
type EosWrapper struct {
BaseUrl string
}
func (*EosWrapper) GetTransaction ¶
func (instance *EosWrapper) GetTransaction(id string) (result map[string]interface{}, err error)
type MongoWrapper ¶
type MongoWrapper struct {
// contains filtered or unexported fields
}
func (*MongoWrapper) Close ¶
func (instance *MongoWrapper) Close() (err error)
func (*MongoWrapper) GetProcessedDatas ¶
func (instance *MongoWrapper) GetProcessedDatas(status string) (results []QueryResult, errInfo error)
func (*MongoWrapper) InitClient ¶
func (*MongoWrapper) UpdateTxId ¶
func (instance *MongoWrapper) UpdateTxId(hash string, txId string) (errInfo error)
type QueryResult ¶
Click to show internal directories.
Click to hide internal directories.