Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interception ¶
type Interception struct {
// contains filtered or unexported fields
}
Interception - сервис перехвата системных событий с целью корректной (graceful) остановки всего приложения.
func NewInterception ¶
func NewInterception(ctx context.Context) (context.Context, *Interception)
NewInterception - создаёт объект Interception и возвращает контекст, в котором установлена его отмена при перехвате системного события.
func (*Interception) Caption ¶
func (p *Interception) Caption() string
Caption - возвращает название сервиса.
func (*Interception) ReadyTimeout ¶
func (p *Interception) ReadyTimeout() time.Duration
ReadyTimeout - возвращает максимальное время, за которое должен быть запущен сервис.
Click to show internal directories.
Click to hide internal directories.