Documentation ¶
Index ¶
- type Server
- func (s *Server) Echo(ctx context.Context, req *demo.StringMessage) (*demo.StringMessage, error)
- func (s *Server) ListBilling(ctx context.Context, req *pbbilling.ListReq) (*pbbilling.ListResp, error)
- func (s *Server) ListBillingDetail(ctx context.Context, req *pbbilling.ListDetailReq) (*pbbilling.ListDetailResp, error)
- func (s *Server) ListDomain(ctx context.Context, req *pbdomain.ListReq) (*pbdomain.ListResp, error)
- func (s *Server) ListDomainDetail(ctx context.Context, req *pbdomain.ListDetailReq) (*pbdomain.ListDetailResp, error)
- func (s *Server) ListEcs(ctx context.Context, req *pbecs.ListReq) (*pbecs.ListResp, error)
- func (s *Server) ListEcsAll(ctx context.Context, req *pbecs.ListAllReq) (*pbecs.ListResp, error)
- func (s *Server) ListEcsDetail(ctx context.Context, req *pbecs.ListDetailReq) (*pbecs.ListDetailResp, error)
- func (s *Server) ListKafka(ctx context.Context, req *pbkafka.ListReq) (*pbkafka.ListResp, error)
- func (s *Server) ListKafkaDetail(ctx context.Context, req *pbkafka.ListDetailReq) (*pbkafka.ListDetailResp, error)
- func (s *Server) ListOss(ctx context.Context, req *pboss.ListReq) (*pboss.ListResp, error)
- func (s *Server) ListOssDetail(ctx context.Context, req *pboss.ListDetailReq) (*pboss.ListDetailResp, error)
- func (s *Server) ListRds(ctx context.Context, req *pbrds.ListReq) (*pbrds.ListResp, error)
- func (s *Server) ListRdsDetail(ctx context.Context, req *pbrds.ListDetailReq) (*pbrds.ListDetailResp, error)
- func (s *Server) Statistic(ctx context.Context, req *pbstatistic.StatisticReq) (*pbstatistic.StatisticResp, error)
- func (s *Server) StatisticAll(ctx context.Context, req *pbstatistic.StatisticAllReq) (*pbstatistic.StatisticResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { // 使用unsafe可以强制让编译器检查是否实现了相关方法 demo.UnsafeDemoServiceServer pbecs.UnsafeEcsServiceServer pbstatistic.UnsafeStatisticServiceServer pbrds.UnsafeRdsServiceServer pbdomain.UnsafeDomainServiceServer pboss.UnsafeOssServiceServer pbkafka.UnsafeKafkaServiceServer pbbilling.UnsafeBillingServiceServer }
func (*Server) Echo ¶
func (s *Server) Echo(ctx context.Context, req *demo.StringMessage) (*demo.StringMessage, error)
func (*Server) ListBilling ¶
func (*Server) ListBillingDetail ¶
func (s *Server) ListBillingDetail(ctx context.Context, req *pbbilling.ListDetailReq) (*pbbilling.ListDetailResp, error)
func (*Server) ListDomain ¶
func (*Server) ListDomainDetail ¶
func (s *Server) ListDomainDetail(ctx context.Context, req *pbdomain.ListDetailReq) (*pbdomain.ListDetailResp, error)
func (*Server) ListEcsAll ¶
func (*Server) ListEcsDetail ¶
func (s *Server) ListEcsDetail(ctx context.Context, req *pbecs.ListDetailReq) (*pbecs.ListDetailResp, error)
func (*Server) ListKafkaDetail ¶
func (s *Server) ListKafkaDetail(ctx context.Context, req *pbkafka.ListDetailReq) (*pbkafka.ListDetailResp, error)
func (*Server) ListOssDetail ¶
func (s *Server) ListOssDetail(ctx context.Context, req *pboss.ListDetailReq) (*pboss.ListDetailResp, error)
func (*Server) ListRdsDetail ¶
func (s *Server) ListRdsDetail(ctx context.Context, req *pbrds.ListDetailReq) (*pbrds.ListDetailResp, error)
func (*Server) Statistic ¶
func (s *Server) Statistic(ctx context.Context, req *pbstatistic.StatisticReq) (*pbstatistic.StatisticResp, error)
func (*Server) StatisticAll ¶
func (s *Server) StatisticAll(ctx context.Context, req *pbstatistic.StatisticAllReq) (*pbstatistic.StatisticResp, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.