meshery / meshery-adapter-library

Library of common functionality for Meshery Adapters
Apache License 2.0
28 stars 32 forks source link

[Code] Standard config keys (mandatory and otherwise) should be constants #15

Closed mgfeller closed 3 years ago

mgfeller commented 3 years ago

Current Behavior

Most/all keys for config entries, like "name", are used as string literals.

Desired Behavior

Define keys as constants. Also use them in the common / examples code (package common).

mgfeller commented 3 years ago

Implemented in another PR