Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainInsert ¶
type ChainInsert interface {
RLockInsert()
RUnLockInsert()
LockInsert()
UnLockInsert()
}
type ChainRollback ¶
type ChainRollback interface {
RLockRollback()
RUnLockRollback()
LockRollback()
UnLockRollback()
}
type EasyImpl ¶
type EasyImpl struct {
// contains filtered or unexported fields
}
func (*EasyImpl) LockInsert ¶
func (self *EasyImpl) LockInsert()
func (*EasyImpl) LockRollback ¶
func (self *EasyImpl) LockRollback()
func (*EasyImpl) RLockInsert ¶
func (self *EasyImpl) RLockInsert()
func (*EasyImpl) RLockRollback ¶
func (self *EasyImpl) RLockRollback()
func (*EasyImpl) RUnLockInsert ¶
func (self *EasyImpl) RUnLockInsert()
func (*EasyImpl) RUnLockRollback ¶
func (self *EasyImpl) RUnLockRollback()
func (*EasyImpl) UnLockInsert ¶
func (self *EasyImpl) UnLockInsert()
func (*EasyImpl) UnLockRollback ¶
func (self *EasyImpl) UnLockRollback()
Click to show internal directories.
Click to hide internal directories.