Versions in this module Expand all Collapse all v0 v0.1.4 Jul 11, 2023 Changes in this version + type AccOtJobInfo = ceph.AccOtJobInfo + type AiCenterInfos = ceph.AiCenterInfos + type Ceph interface + DailyPowerScreen func(ctx context.Context, in *DailyPowerScreenReq, opts ...grpc.CallOption) (*DailyPowerScreenResp, error) + PerCenterComputerPowerScreen func(ctx context.Context, in *PerCenterComputerPowersReq, opts ...grpc.CallOption) (*PerCenterComputerPowersResp, error) + StorageScreen func(ctx context.Context, in *StorageScreenReq, opts ...grpc.CallOption) (*StorageScreenResp, error) + func NewCeph(cli zrpc.Client) Ceph + type DailyComputerPowers = ceph.DailyComputerPowers + type DailyPowerScreenReq = ceph.DailyPowerScreenReq + type DailyPowerScreenResp = ceph.DailyPowerScreenResp + type PerCenterComputerPowers = ceph.PerCenterComputerPowers + type PerCenterComputerPowersReq = ceph.PerCenterComputerPowersReq + type PerCenterComputerPowersResp = ceph.PerCenterComputerPowersResp + type StorageScreenReq = ceph.StorageScreenReq + type StorageScreenResp = ceph.StorageScreenResp