//
pkg.gl
Category
github.com/GGGxie/dataStructure
design_patterns
structured
composite
package
1.0.1
Repository:
https://github.com/gggxie/datastructure.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
32 SLOC
#
Functions
NewOrganization
NewOrganization 构建组织架构 demo.
#
Structs
Department
Department 部门.
Employee
Employee 员工.
#
Interfaces
IOrganization
IOrganization 组织接口,都实现统计人数的功能.