Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmptyReq ¶
type EmptyReq = websiterpc.EmptyReq
type EmptyResp ¶
type EmptyResp = websiterpc.EmptyResp
type IdReq ¶
type IdReq = websiterpc.IdReq
type IdsReq ¶
type IdsReq = websiterpc.IdsReq
type UserDailyVisitRsp ¶
type UserDailyVisitRsp = websiterpc.UserDailyVisitRsp
type UserVisit ¶
type UserVisit = websiterpc.UserVisit
type WebsiteRpc ¶
type WebsiteRpc interface { // 用户日浏览量 GetUserDailyVisit(ctx context.Context, in *EmptyReq, opts ...grpc.CallOption) (*UserDailyVisitRsp, error) }
func NewWebsiteRpc ¶
func NewWebsiteRpc(cli zrpc.Client) WebsiteRpc
Click to show internal directories.
Click to hide internal directories.