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
}