package
Version:
v0.17.0
Opens a new window with list of versions in this module.
Published: Sep 30, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Procedure func() error
Procedure define a that can fail.
type Service interface {
RegisterProcedure(Procedure)
Teardown() error
}
Service define a teardown procedure registry service.
ProvideService is a wire provider for a teardown procedure registry service.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.