mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
rename chat new to create
This commit is contained in:
@@ -22,7 +22,7 @@ const (
|
||||
|
||||
type Chat struct{}
|
||||
|
||||
func (c *Chat) New(ctx context.Context, req *pb.NewRequest, rsp *pb.NewResponse) error {
|
||||
func (c *Chat) Create(ctx context.Context, req *pb.CreateRequest, rsp *pb.CreateResponse) error {
|
||||
// get the tenant
|
||||
tenantId := tenant.Id(ctx)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user