MCPcopy
hub / github.com/openfga/openfga / Close

Method Close

pkg/storage/sqlcommon/sqlcommon.go:302–302  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300// - Scan(dest ...any): Scans the columns of the current row into the provided destination variables.
301type Rows interface {
302 Close() error
303 Err() error
304 Next() bool
305 Scan(dest ...any) error

Implementers 3

stubPgxRowspkg/storage/postgres/pgxpool_iter_quer
pgxRowsWrapperpkg/storage/postgres/pgxpool_iter_quer
stubRowspkg/storage/sqlcommon/sqlcommon_test.g

Calls

no outgoing calls