Skip to content

Commit

Permalink
spec passwords service
Browse files Browse the repository at this point in the history
will close #5
  • Loading branch information
Kleak committed May 18, 2019
1 parent 0458644 commit c6ed666
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions protos/services/passwords_service.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
syntax = "proto3";

package stashall;

import "google/protobuf/empty.proto";

message CreatePasswordRequest {
string login = 1;
string password = 2;
}

0 comments on commit c6ed666

Please sign in to comment.