refactor: unit testable units and cleaner dep injection
This commit is contained in:
@@ -16,4 +16,5 @@ var (
|
||||
ErrMembersRequired = errors.New("custom visibility requires at least one member")
|
||||
ErrInheritedAtRoot = errors.New("root particles cannot use inherited visibility")
|
||||
ErrNotAContainer = errors.New("only streams can have members")
|
||||
ErrInvalidMember = errors.New("member is not in the network")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user