package
1.3.2
Repository: https://github.com/go-leo/design-pattern.git
Documentation: pkg.go.dev

# Functions

Chain decorates the given object with all middlewares.

# Interfaces

Decorator allows us to write something like decorators to component.

# Type aliases

Func is an adapter to allow the use of ordinary functions as Decorator.