gliderlabs / gliderlabs/comlab
pkg/com: split into two packages
Open
- Dominant language
- Go
- Stars
- 16
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
While refactoring Cmd.io on paper, and to better decouple config and registration, a plan/API became clear to split com into two packages: pkgcfg and objreg.
Personal notes for later:
```
objreg.Registered
objreg.New()
Register
Unregister
Select
SelectWith
All
AllWith
pkgcfg.Provider
pkgcfg.Setting
pkgcfg.SetProvider
pkgcfg.GetString
pkgcfg.GetInt
pkgcfg.GetBool
pkgcfg.CallerDistance
pkgcfg.Namespace
```
Contributor guide
Assessment
This issue has not been assessed yet.