Documentation ¶
Overview ¶
Package launcher provides set of API to controls services lifecycle
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IdentifierPool ¶
func NewGroupIDPool ¶
func NewGroupIDPool() (pool *IdentifierPool)
func NewUserIDPool ¶
func NewUserIDPool() (pool *IdentifierPool)
func (*IdentifierPool) AddID ¶
func (pool *IdentifierPool) AddID(id int) error
func (*IdentifierPool) GetFreeID ¶
func (pool *IdentifierPool) GetFreeID() (id int, err error)
func (*IdentifierPool) RemoveID ¶
func (pool *IdentifierPool) RemoveID(id int) (err error)
Click to show internal directories.
Click to hide internal directories.