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

Method Create

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

Source from the content-addressed store, hash-verified

119}
120
121func (tl *transactionEventLogger) Create(resource *schema.Resource) error {
122 return tl.CreateContext(context.Background(), resource)
123}
124
125func (tl *transactionEventLogger) CreateContext(ctx context.Context, resource *schema.Resource) error {
126 err := tl.Transaction.CreateContext(ctx, resource)

Callers

nothing calls this directly

Calls 1

CreateContextMethod · 0.95

Tested by

no test coverage detected