//
pkg.gl
Category
github.com/crazybber/go-patterns
structural
bridge
package
0.0.0-20230501180844-dca2a0ba871b
Repository:
https://github.com/crazybber/go-patterns.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
61 SLOC
#
Structs
Car
refined abstraction.
OldDriver
concrete implementor.
RookieDriver
concrete implementor.
Truck
refined abstraction.
#
Interfaces
DriverImplementor
implementor.
VehicleAbstraction
abstraction.