mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2024-12-04 15:20:18 +00:00
clarify doc string for CallParameters::host_id (#53)
This commit is contained in:
parent
bdac45d7e6
commit
6460362f92
@ -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,
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user