Documentation ¶
Index ¶
- type DictManageServer
- func (s *DictManageServer) DictDetailCreate(ctx context.Context, in *sys.DictDetail) (*sys.WithID, error)
- func (s *DictManageServer) DictDetailDelete(ctx context.Context, in *sys.WithID) (*sys.Empty, error)
- func (s *DictManageServer) DictDetailIndex(ctx context.Context, in *sys.DictDetailIndexReq) (*sys.DictDetailIndexResp, error)
- func (s *DictManageServer) DictDetailRead(ctx context.Context, in *sys.DictDetailReadReq) (*sys.DictDetail, error)
- func (s *DictManageServer) DictDetailUpdate(ctx context.Context, in *sys.DictDetail) (*sys.Empty, error)
- func (s *DictManageServer) DictInfoCreate(ctx context.Context, in *sys.DictInfo) (*sys.WithID, error)
- func (s *DictManageServer) DictInfoDelete(ctx context.Context, in *sys.WithID) (*sys.Empty, error)
- func (s *DictManageServer) DictInfoIndex(ctx context.Context, in *sys.DictInfoIndexReq) (*sys.DictInfoIndexResp, error)
- func (s *DictManageServer) DictInfoRead(ctx context.Context, in *sys.DictInfoReadReq) (*sys.DictInfo, error)
- func (s *DictManageServer) DictInfoUpdate(ctx context.Context, in *sys.DictInfo) (*sys.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DictManageServer ¶
type DictManageServer struct { sys.UnimplementedDictManageServer // contains filtered or unexported fields }
func NewDictManageServer ¶
func NewDictManageServer(svcCtx *svc.ServiceContext) *DictManageServer
func (*DictManageServer) DictDetailCreate ¶
func (s *DictManageServer) DictDetailCreate(ctx context.Context, in *sys.DictDetail) (*sys.WithID, error)
func (*DictManageServer) DictDetailDelete ¶
func (*DictManageServer) DictDetailIndex ¶
func (s *DictManageServer) DictDetailIndex(ctx context.Context, in *sys.DictDetailIndexReq) (*sys.DictDetailIndexResp, error)
func (*DictManageServer) DictDetailRead ¶
func (s *DictManageServer) DictDetailRead(ctx context.Context, in *sys.DictDetailReadReq) (*sys.DictDetail, error)
func (*DictManageServer) DictDetailUpdate ¶
func (s *DictManageServer) DictDetailUpdate(ctx context.Context, in *sys.DictDetail) (*sys.Empty, error)
func (*DictManageServer) DictInfoCreate ¶
func (*DictManageServer) DictInfoDelete ¶
func (*DictManageServer) DictInfoIndex ¶
func (s *DictManageServer) DictInfoIndex(ctx context.Context, in *sys.DictInfoIndexReq) (*sys.DictInfoIndexResp, error)
func (*DictManageServer) DictInfoRead ¶
func (s *DictManageServer) DictInfoRead(ctx context.Context, in *sys.DictInfoReadReq) (*sys.DictInfo, error)
func (*DictManageServer) DictInfoUpdate ¶
Click to show internal directories.
Click to hide internal directories.