Skip to content
Snippets Groups Projects
Commit 5b89fa92 authored by famelis's avatar famelis
Browse files

refactor: refactoring of automation proto file to ztp

parent cf0e8f1e
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!166Refactor/47 ubi rename ztp component
......@@ -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) {}
......
../../../../../proto/automation.proto
\ No newline at end of file
../../../../../proto/ztp.proto
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment