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

# Structs

RemoteServiceImpl a remote legacy application represented by a Singleton implementation.
ServiceAmbassador provides an interface to access RemoteService.

# Interfaces

RemoteService shared by RemoteServiceImpl and ServiceAmbassador.