c.go 94 B

123456
  1. package model
  2. type AttrName string
  3. type LeafName string
  4. var LeafFactory func(LeafName) Leaf