Sign in
vanadium
/
release.go.x.ref
/
4e66324965cfcf9ec46dfbfdf283e2021b79aab4
/
.
/
services
/
mgmt
/
device
/
config.vdl
blob: 67813d134b25097c160cd5851cc93f82cdb28861 [
file
] [
log
] [
blame
]
package
device
// Config is an RPC API to the config service.
type
Config
interface
{
// Set sets the value for key.
Set
(
key
,
value
string
)
error
}