blob: 67813d134b25097c160cd5851cc93f82cdb28861 [file] [log] [blame]
Bogdan Capritaa456f472014-12-10 10:18:03 -08001package device
Bogdan Caprita4d67c042014-08-19 10:41:19 -07002
3// Config is an RPC API to the config service.
4type Config interface {
5 // Set sets the value for key.
6 Set(key, value string) error
7}