Commit 5b89fa92 authored by kesnar's avatar kesnar
Browse files

refactor: refactoring of automation proto file to ztp

parent cf0e8f1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@
// limitations under the License.

syntax = "proto3";
package automation;
package ztp;

import "context.proto";

service AutomationService {
service ZtpService {
  rpc ZtpGetDeviceRole(DeviceRoleId) returns (DeviceRole) {}
  rpc ZtpGetDeviceRolesByDeviceId(context.DeviceId) returns (DeviceRoleList) {}
  rpc ZtpAdd(DeviceRole) returns (DeviceRoleState) {}
+0 −1
Original line number Diff line number Diff line
../../../../../proto/automation.proto
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
../../../../../proto/ztp.proto
 No newline at end of file