Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LockInternal ¶
func NewLockInternal ¶
func NewLockInternal(message string) *LockInternal
func (*LockInternal) AddMessage ¶
func (l *LockInternal) AddMessage(message string)
func (*LockInternal) GetMessages ¶
func (l *LockInternal) GetMessages() (messages []string)
type LockManager ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewLockManager ¶
func NewLockManager() *Manager
func (*Manager) AcquireLock ¶
func (*Manager) ReleaseLock ¶
Click to show internal directories.
Click to hide internal directories.