MCPcopy Create free account
hub / github.com/cloudwan/gohan / Update

Method Update

server/transaction_commit_informer.go:133–135  ·  view source on GitHub ↗
(resource *schema.Resource)

Source from the content-addressed store, hash-verified

131}
132
133func (tl *transactionEventLogger) Update(resource *schema.Resource) error {
134 return tl.UpdateContext(context.Background(), resource)
135}
136
137func (tl *transactionEventLogger) UpdateContext(ctx context.Context, resource *schema.Resource) error {
138 err := tl.Transaction.UpdateContext(ctx, resource)

Callers

nothing calls this directly

Calls 1

UpdateContextMethod · 0.95

Tested by

no test coverage detected