Documentation ¶
Index ¶
- type ApiServer
- func (s *ApiServer) CreateApi(ctx context.Context, in *pb.CreateApiReq) (*pb.BaseResp, error)
- func (s *ApiServer) DeleteApi(ctx context.Context, in *pb.IDReq) (*pb.BaseResp, error)
- func (s *ApiServer) GetApi(ctx context.Context, in *pb.IDReq) (*pb.GetApiResp, error)
- func (s *ApiServer) GetApiListByMenu(ctx context.Context, in *pb.IDReq) (*pb.GetApiListResp, error)
- func (s *ApiServer) UpdateApi(ctx context.Context, in *pb.UpdateApiReq) (*pb.BaseResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiServer ¶
type ApiServer struct { pb.UnimplementedApiServer // contains filtered or unexported fields }
func NewApiServer ¶
func NewApiServer(svcCtx *svc.ServiceContext) *ApiServer
func (*ApiServer) GetApiListByMenu ¶
Click to show internal directories.
Click to hide internal directories.