Sign in
vanadium
/
release.go.x.ref
/
db3c4645fc5bcf51f9c8f2a199a438019518c44c
/
.
/
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
}