blob: 71ab83ad2d16ac3b0d44d07d57dfb690de4ee889 [file] [log] [blame]
package node
// Config is an RPC API to the config service.
type Config interface {
// Set sets the value for key.
Set(key, value string) error
}