site is changed
This commit is contained in:
parent
3e6fb50101
commit
88c095fbf9
|
@ -19,7 +19,7 @@ prost = { version = "0" }
|
|||
nats = { version = "0" }
|
||||
base64 = { version = "0" }
|
||||
|
||||
beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.27-snapshot" }
|
||||
beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.10-snapshot" }
|
||||
beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.28-snapshot" }
|
||||
beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.11-snapshot" }
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
@ -191,8 +191,11 @@ impl Service {
|
|||
let ss_create_site_req = bpr::ss::domain::site::CreateSiteRequest {
|
||||
client: Some(client),
|
||||
url: req.url,
|
||||
name: req.name,
|
||||
path: req.path,
|
||||
show: req.show,
|
||||
can_use: req.can_use,
|
||||
expires_at: req.expires_at,
|
||||
};
|
||||
|
||||
let ss_create_site_res_msg = self
|
||||
|
@ -292,8 +295,11 @@ impl Service {
|
|||
client: Some(client),
|
||||
id: req.id,
|
||||
url: req.url,
|
||||
name: req.name,
|
||||
path: req.path,
|
||||
show: req.show,
|
||||
can_use: req.can_use,
|
||||
expires_at: req.expires_at,
|
||||
};
|
||||
|
||||
let ss_update_site_res_msg = self
|
||||
|
|
Loading…
Reference in New Issue
Block a user