Documentation ¶
Index ¶
- type Server
- func (s *Server) CloneDraftLine(ctx context.Context, in *pbproducts.CloneDraftLineRequest) (*pbproducts.CloneDraftLineResponse, error)
- func (s *Server) DeleteDraft(ctx context.Context, in *pbproducts.DeleteDraftRequest) (*emptypb.Empty, error)
- func (s *Server) DeleteDraftLine(ctx context.Context, in *pbproducts.DeleteDraftLineRequest) (*emptypb.Empty, error)
- func (s *Server) First(srv pbproducts.Creator_FirstServer) error
- func (s *Server) Next(ctx context.Context, in *pbproducts.StageChangeRequest) (*pbproducts.StageChangeResponse, error)
- func (s *Server) Prev(ctx context.Context, in *pbproducts.StageChangeRequest) (*pbproducts.StageChangeResponse, error)
- func (s *Server) RetrieveDraft(ctx context.Context, in *pbproducts.RetrieveDraftRequest) (*pbproducts.RetrieveDraftResponse, error)
- func (s *Server) RetrieveDraftLines(ctx context.Context, in *pbproducts.RetrieveDraftLinesRequest) (*pbproducts.RetrieveDraftLinesResponse, error)
- func (s *Server) Second(srv pbproducts.Creator_SecondServer) error
- func (s *Server) Third(srv pbproducts.Creator_ThirdServer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct{}
func (*Server) CloneDraftLine ¶
func (s *Server) CloneDraftLine(ctx context.Context, in *pbproducts.CloneDraftLineRequest) (*pbproducts.CloneDraftLineResponse, error)
func (*Server) DeleteDraft ¶
func (s *Server) DeleteDraft(ctx context.Context, in *pbproducts.DeleteDraftRequest) (*emptypb.Empty, error)
func (*Server) DeleteDraftLine ¶
func (s *Server) DeleteDraftLine(ctx context.Context, in *pbproducts.DeleteDraftLineRequest) (*emptypb.Empty, error)
func (*Server) First ¶
func (s *Server) First(srv pbproducts.Creator_FirstServer) error
func (*Server) Next ¶
func (s *Server) Next(ctx context.Context, in *pbproducts.StageChangeRequest) (*pbproducts.StageChangeResponse, error)
func (*Server) Prev ¶
func (s *Server) Prev(ctx context.Context, in *pbproducts.StageChangeRequest) (*pbproducts.StageChangeResponse, error)
func (*Server) RetrieveDraft ¶
func (s *Server) RetrieveDraft(ctx context.Context, in *pbproducts.RetrieveDraftRequest) (*pbproducts.RetrieveDraftResponse, error)
func (*Server) RetrieveDraftLines ¶
func (s *Server) RetrieveDraftLines(ctx context.Context, in *pbproducts.RetrieveDraftLinesRequest) (*pbproducts.RetrieveDraftLinesResponse, error)
func (*Server) Second ¶
func (s *Server) Second(srv pbproducts.Creator_SecondServer) error
func (*Server) Third ¶
func (s *Server) Third(srv pbproducts.Creator_ThirdServer) error
Click to show internal directories.
Click to hide internal directories.