mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-24 07:26:47 +00:00
engine/gRPC: Add update account info to grpc interface (#602)
* Add update account info to grpc interface * Fix lbank tests * Review corrections * Review corrections * Fix linter
This commit is contained in:
@@ -953,6 +953,12 @@ service GoCryptoTrader {
|
||||
};
|
||||
}
|
||||
|
||||
rpc UpdateAccountInfo (GetAccountInfoRequest) returns (GetAccountInfoResponse) {
|
||||
option (google.api.http) = {
|
||||
get: "/v1/updateaccountinfo"
|
||||
};
|
||||
}
|
||||
|
||||
rpc GetAccountInfoStream (GetAccountInfoRequest) returns (stream GetAccountInfoResponse) {
|
||||
option (google.api.http) = {
|
||||
get: "/v1/getaccountinfostream"
|
||||
|
||||
Reference in New Issue
Block a user