Skip to content

Consider separating monolithic config into separate configs, allowing nodebuilder.Store to move to nodebuilder/node.Store #1144

Open
@renaynay

Description

@renaynay

Move nodebuilder.Store to nodebuilder/node

  • There is a dependency cycle with it, and the cycle just reveals the symptom of another problem - monolithic Config
  • The Store has to be changed to allow storing Configs independently
Config(module string) (interface, error)
PutConfig(module string. interface) (error)

In both cases, the Config access can go either to the same file or different. depends on the implementation of the Store

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions