Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DebugMutex ¶
type DebugMutex struct { sync.RWMutex Logger *zap.Logger // contains filtered or unexported fields }
DebugMutex for verbose locking & unlocking use: dev.DebugMutex{Logger: logger.Default()}
func (*DebugMutex) Lock ¶
func (m *DebugMutex) Lock()
func (*DebugMutex) RLock ¶
func (m *DebugMutex) RLock()
func (*DebugMutex) RUnlock ¶
func (m *DebugMutex) RUnlock()
func (*DebugMutex) Unlock ¶
func (m *DebugMutex) Unlock()
Click to show internal directories.
Click to hide internal directories.