clarify doc string for CallParameters::host_id (#53)

This commit is contained in:
Valery Antopol 2021-08-13 19:17:50 +03:00 committed by GitHub
parent bdac45d7e6
commit 6460362f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ pub struct CallParameters {
pub service_id: String,
/// Id of the service creator.
pub service_creator_peer_id: String,
/// Id of the host which run this service.
/// PeerId of the peer who hosts this service.
pub host_id: String,
/// Id of the particle which execution resulted a call this service.
pub particle_id: String,

View File

@ -8,7 +8,7 @@ pub struct CallParameters {
/// Id of the service creator.
pub service_creator_peer_id: String,
/// Id of the host which run this service.
/// PeerId of the peer who hosts this service.
pub host_id: String,
/// Id of the particle which execution resulted a call this service.

View File

@ -42,7 +42,7 @@ pub struct CallParameters {
/// Id of the service creator.
pub service_creator_peer_id: String,
/// Id of the host which run this service.
/// PeerId of the peer who hosts this service.
pub host_id: String,
/// Id of the particle which execution resulted a call this service.