package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Jan 3, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Layer[S any] interface{ Then(s S) S }
type LayerFn[S any] func(s S) S
Service is the interface that provides the business logic for the service.
ServiceFn is the function type that implements the Service interface.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.