Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lock ¶
type Lock struct {
// contains filtered or unexported fields
}
func (*Lock) IsLockedID ¶
func (*Lock) Lock ¶
func (l *Lock) Lock(servable app.ServableID) error
Lock - setting lock on team/project/name item or returns error if item is already locked
func (*Lock) UnLock ¶
func (l *Lock) UnLock(servable app.ServableID)
UnLock - remove lock from team/project/name item
Click to show internal directories.
Click to hide internal directories.