chore: log about context loading
This commit is contained in:
parent
dbd9d39da9
commit
868d85bbeb
5 changed files with 17 additions and 3 deletions
|
|
@ -2,6 +2,7 @@ import docker from './docker'
|
|||
import proc from './proc'
|
||||
|
||||
export interface Integration {
|
||||
name: string
|
||||
preflight: () => Promise<boolean>
|
||||
sighup?: () => Promise<void>
|
||||
restart?: () => Promise<void>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue