Sign in
vanadium
/
release.go.x.ref
/
bae615a3e72318861c7e6bd19b154d38a0c38b20
/
.
/
services
/
mgmt
/
node
/
config.vdl
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
}