Documentation
¶
Index ¶
- func NewV1() model_agent.IModelAgentV1
- type ControllerV1
- func (c *ControllerV1) BatchOperate(ctx context.Context, req *v1.BatchOperateReq) (res *v1.BatchOperateRes, err error)
- func (c *ControllerV1) ChangeStatus(ctx context.Context, req *v1.ChangeStatusReq) (res *v1.ChangeStatusRes, err error)
- func (c *ControllerV1) Create(ctx context.Context, req *v1.CreateReq) (res *v1.CreateRes, err error)
- func (c *ControllerV1) Delete(ctx context.Context, req *v1.DeleteReq) (res *v1.DeleteRes, err error)
- func (c *ControllerV1) Detail(ctx context.Context, req *v1.DetailReq) (res *v1.DetailRes, err error)
- func (c *ControllerV1) List(ctx context.Context, req *v1.ListReq) (res *v1.ListRes, err error)
- func (c *ControllerV1) Page(ctx context.Context, req *v1.PageReq) (res *v1.PageRes, err error)
- func (c *ControllerV1) QuickFillModel(ctx context.Context, req *v1.QuickFillModelReq) (res *v1.QuickFillModelRes, err error)
- func (c *ControllerV1) SessionKeepClear(ctx context.Context, req *v1.SessionKeepClearReq) (res *v1.SessionKeepClearRes, err error)
- func (c *ControllerV1) SessionKeepClearAll(ctx context.Context, req *v1.SessionKeepClearAllReq) (res *v1.SessionKeepClearAllRes, err error)
- func (c *ControllerV1) SessionKeepCount(ctx context.Context, req *v1.SessionKeepCountReq) (res *v1.SessionKeepCountRes, err error)
- func (c *ControllerV1) TestModel(ctx context.Context, req *v1.TestModelReq) (res *v1.TestModelRes, err error)
- func (c *ControllerV1) Update(ctx context.Context, req *v1.UpdateReq) (res *v1.UpdateRes, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewV1 ¶
func NewV1() model_agent.IModelAgentV1
Types ¶
type ControllerV1 ¶
type ControllerV1 struct{}
func (*ControllerV1) BatchOperate ¶
func (c *ControllerV1) BatchOperate(ctx context.Context, req *v1.BatchOperateReq) (res *v1.BatchOperateRes, err error)
func (*ControllerV1) ChangeStatus ¶
func (c *ControllerV1) ChangeStatus(ctx context.Context, req *v1.ChangeStatusReq) (res *v1.ChangeStatusRes, err error)
func (*ControllerV1) Create ¶
func (c *ControllerV1) Create(ctx context.Context, req *v1.CreateReq) (res *v1.CreateRes, err error)
func (*ControllerV1) Delete ¶
func (c *ControllerV1) Delete(ctx context.Context, req *v1.DeleteReq) (res *v1.DeleteRes, err error)
func (*ControllerV1) Detail ¶
func (c *ControllerV1) Detail(ctx context.Context, req *v1.DetailReq) (res *v1.DetailRes, err error)
func (*ControllerV1) List ¶
func (c *ControllerV1) List(ctx context.Context, req *v1.ListReq) (res *v1.ListRes, err error)
func (*ControllerV1) Page ¶
func (c *ControllerV1) Page(ctx context.Context, req *v1.PageReq) (res *v1.PageRes, err error)
func (*ControllerV1) QuickFillModel ¶
func (c *ControllerV1) QuickFillModel(ctx context.Context, req *v1.QuickFillModelReq) (res *v1.QuickFillModelRes, err error)
func (*ControllerV1) SessionKeepClear ¶ added in v2.3.0
func (c *ControllerV1) SessionKeepClear(ctx context.Context, req *v1.SessionKeepClearReq) (res *v1.SessionKeepClearRes, err error)
func (*ControllerV1) SessionKeepClearAll ¶ added in v2.3.0
func (c *ControllerV1) SessionKeepClearAll(ctx context.Context, req *v1.SessionKeepClearAllReq) (res *v1.SessionKeepClearAllRes, err error)
func (*ControllerV1) SessionKeepCount ¶ added in v2.3.0
func (c *ControllerV1) SessionKeepCount(ctx context.Context, req *v1.SessionKeepCountReq) (res *v1.SessionKeepCountRes, err error)
Source Files
¶
- model_agent.go
- model_agent_new.go
- model_agent_v1_batch_operate.go
- model_agent_v1_change_status.go
- model_agent_v1_create.go
- model_agent_v1_delete.go
- model_agent_v1_detail.go
- model_agent_v1_list.go
- model_agent_v1_page.go
- model_agent_v1_quick_fill_model.go
- model_agent_v1_session_keep_clear.go
- model_agent_v1_session_keep_clear_all.go
- model_agent_v1_session_keep_count.go
- model_agent_v1_test_model.go
- model_agent_v1_update.go
Click to show internal directories.
Click to hide internal directories.