Parameters: - SessionId - StorageGroup
(ctx context.Context, sessionId int64, storageGroup string)
| 20494 | // - SessionId |
| 20495 | // - StorageGroup |
| 20496 | func (p *IClientRPCServiceClient) SetStorageGroup(ctx context.Context, sessionId int64, storageGroup string) (_r *common.TSStatus, _err error) { |
| 20497 | var _args272 IClientRPCServiceSetStorageGroupArgs |
| 20498 | _args272.SessionId = sessionId |
| 20499 | _args272.StorageGroup = storageGroup |
| 20500 | var _result274 IClientRPCServiceSetStorageGroupResult |
| 20501 | var _meta273 thrift.ResponseMeta |
| 20502 | _meta273, _err = p.Client_().Call(ctx, "setStorageGroup", &_args272, &_result274) |
| 20503 | p.SetLastResponseMeta_(_meta273) |
| 20504 | if _err != nil { |
| 20505 | return |
| 20506 | } |
| 20507 | return _result274.GetSuccess(), nil |
| 20508 | } |
| 20509 | |
| 20510 | // Parameters: |
| 20511 | // - Req |
nothing calls this directly
no test coverage detected