MCPcopy
hub / github.com/Wei-Shaw/sub2api / Rollbacker

Interface Rollbacker

backend/ent/tx.go:154–156  ·  view source on GitHub ↗

Rollbacker is the interface that wraps the Rollback method.

Source from the content-addressed store, hash-verified

152type (
153 // Rollbacker is the interface that wraps the Rollback method.
154 Rollbacker interface {
155 Rollback(context.Context, *Tx) error
156 }
157
158 // The RollbackFunc type is an adapter to allow the use of ordinary
159 // function as a Rollbacker. If f is a function with the appropriate

Callers 1

RollbackMethod · 0.95

Implementers 6

Txbackend/ent/tx.go
txDriverbackend/ent/tx.go
UpdateServicebackend/internal/service/update_servic
parameterLimitTxbackend/internal/repository/account_re
systemHandlerUpdateServiceStubbackend/internal/handler/admin/system_
SystemHandlerbackend/internal/handler/admin/system_

Calls

no outgoing calls

Tested by

no test coverage detected