Documentation ¶
Index ¶
- type GrowthChangeHistoryServiceServer
- func (s *GrowthChangeHistoryServiceServer) GrowthChangeHistoryAdd(ctx context.Context, in *umsclient.GrowthChangeHistoryAddReq) (*umsclient.GrowthChangeHistoryAddResp, error)
- func (s *GrowthChangeHistoryServiceServer) GrowthChangeHistoryDelete(ctx context.Context, in *umsclient.GrowthChangeHistoryDeleteReq) (*umsclient.GrowthChangeHistoryDeleteResp, error)
- func (s *GrowthChangeHistoryServiceServer) GrowthChangeHistoryList(ctx context.Context, in *umsclient.GrowthChangeHistoryListReq) (*umsclient.GrowthChangeHistoryListResp, error)
- func (s *GrowthChangeHistoryServiceServer) GrowthChangeHistoryUpdate(ctx context.Context, in *umsclient.GrowthChangeHistoryUpdateReq) (*umsclient.GrowthChangeHistoryUpdateResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrowthChangeHistoryServiceServer ¶
type GrowthChangeHistoryServiceServer struct { umsclient.UnimplementedGrowthChangeHistoryServiceServer // contains filtered or unexported fields }
func NewGrowthChangeHistoryServiceServer ¶
func NewGrowthChangeHistoryServiceServer(svcCtx *svc.ServiceContext) *GrowthChangeHistoryServiceServer
func (*GrowthChangeHistoryServiceServer) GrowthChangeHistoryAdd ¶
func (s *GrowthChangeHistoryServiceServer) GrowthChangeHistoryAdd(ctx context.Context, in *umsclient.GrowthChangeHistoryAddReq) (*umsclient.GrowthChangeHistoryAddResp, error)
func (*GrowthChangeHistoryServiceServer) GrowthChangeHistoryDelete ¶
func (s *GrowthChangeHistoryServiceServer) GrowthChangeHistoryDelete(ctx context.Context, in *umsclient.GrowthChangeHistoryDeleteReq) (*umsclient.GrowthChangeHistoryDeleteResp, error)
func (*GrowthChangeHistoryServiceServer) GrowthChangeHistoryList ¶
func (s *GrowthChangeHistoryServiceServer) GrowthChangeHistoryList(ctx context.Context, in *umsclient.GrowthChangeHistoryListReq) (*umsclient.GrowthChangeHistoryListResp, error)
func (*GrowthChangeHistoryServiceServer) GrowthChangeHistoryUpdate ¶
func (s *GrowthChangeHistoryServiceServer) GrowthChangeHistoryUpdate(ctx context.Context, in *umsclient.GrowthChangeHistoryUpdateReq) (*umsclient.GrowthChangeHistoryUpdateResp, error)
Click to show internal directories.
Click to hide internal directories.