Documentation ¶ Index ¶ func NewV1() chat.IChatV1 type ControllerV1 func (c *ControllerV1) Detail(ctx context.Context, req *v1.DetailReq) (res *v1.DetailRes, err error) func (c *ControllerV1) Page(ctx context.Context, req *v1.PageReq) (res *v1.PageRes, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewV1 ¶ func NewV1() chat.IChatV1 Types ¶ type ControllerV1 ¶ type ControllerV1 struct{} func (*ControllerV1) Detail ¶ func (c *ControllerV1) Detail(ctx context.Context, req *v1.DetailReq) (res *v1.DetailRes, err error) func (*ControllerV1) Page ¶ func (c *ControllerV1) Page(ctx context.Context, req *v1.PageReq) (res *v1.PageRes, err error) Source Files ¶ View all Source files chat.go chat_new.go chat_v1_detail.go chat_v1_page.go Click to show internal directories. Click to hide internal directories.