var go.etcd.io/bbolt.ErrTxNotWritable
9 uses
go.etcd.io/bbolt (current package)
bucket.go#L160: return nil, ErrTxNotWritable
bucket.go#L216: return ErrTxNotWritable
bucket.go#L284: return ErrTxNotWritable
bucket.go#L316: return ErrTxNotWritable
bucket.go#L347: return ErrTxNotWritable
bucket.go#L366: return 0, ErrTxNotWritable
cursor.go#L139: return ErrTxNotWritable
errors.go#L35: ErrTxNotWritable = errors.New("tx not writable")
tx.go#L146: return ErrTxNotWritable
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)