Documentation ¶
Index ¶
- type ApiServer
- func (s *ApiServer) ApiCreate(ctx context.Context, in *sys.ApiCreateReq) (*sys.Response, error)
- func (s *ApiServer) ApiDelete(ctx context.Context, in *sys.ApiDeleteReq) (*sys.Response, error)
- func (s *ApiServer) ApiIndex(ctx context.Context, in *sys.ApiIndexReq) (*sys.ApiIndexResp, error)
- func (s *ApiServer) ApiUpdate(ctx context.Context, in *sys.ApiUpdateReq) (*sys.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiServer ¶
type ApiServer struct { sys.UnimplementedApiServer // contains filtered or unexported fields }
func NewApiServer ¶
func NewApiServer(svcCtx *svc.ServiceContext) *ApiServer
func (*ApiServer) ApiIndex ¶
func (s *ApiServer) ApiIndex(ctx context.Context, in *sys.ApiIndexReq) (*sys.ApiIndexResp, error)
Click to show internal directories.
Click to hide internal directories.