//
pkg.gl
Category
github.com/av-belyakov/golang_structures_and_algorithms
structuraldesignpatterns
compositepattern
package
0.0.0-20250114083209-26dfc01844e0
Repository:
https://github.com/av-belyakov/golang_structures_and_algorithms.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
47 SLOC
#
Functions
CompositeExample
CompositeExample method.
#
Structs
Branch
Branch struct (ветвь) leafs - листья name - наименование ветви branches - ветви.
Leaflet
Leaflet struct (лист ветви) name - наименование листа.
#
Interfaces
IComposite
IComposite interface.