commit 方法应该不需要,因为 iotdb 没有事务的概念,你可以像现在这样,直接return nil
isBad 方法的注释可以发一下,这个方法的描述 On Wed, Feb 4, 2026 at 10:54 PM 张磊 <[email protected]> wrote: > 如何在iotdb-client-go 里实现: > > > func (c *connect) isBad() bool { > return false > } > > > > > 如何实现事务commit > func (c *connect) commit() error { > return nil > } > > > > > > > >
