Răsfoiți Sursa

fix:format code

jimmyyem 3 luni în urmă
părinte
comite
f96bb17f44
3 a modificat fișierele cu 24 adăugiri și 23 ștergeri
  1. 22 21
      ent/client.go
  2. 1 1
      ent/ent.go
  3. 1 1
      ent/mutation.go

+ 22 - 21
ent/client.go

@@ -295,7 +295,7 @@ func (c *Client) Tx(ctx context.Context) (*Tx, error) {
 		EmployeeConfig:      NewEmployeeConfigClient(cfg),
 		Label:               NewLabelClient(cfg),
 		LabelRelationship:   NewLabelRelationshipClient(cfg),
-		LabelTagging:      NewLabelTaggingClient(cfg),
+		LabelTagging:        NewLabelTaggingClient(cfg),
 		Message:             NewMessageClient(cfg),
 		MessageRecords:      NewMessageRecordsClient(cfg),
 		Msg:                 NewMsgClient(cfg),
@@ -352,7 +352,7 @@ func (c *Client) BeginTx(ctx context.Context, opts *sql.TxOptions) (*Tx, error)
 		EmployeeConfig:      NewEmployeeConfigClient(cfg),
 		Label:               NewLabelClient(cfg),
 		LabelRelationship:   NewLabelRelationshipClient(cfg),
-		LabelTagging:      NewLabelTaggingClient(cfg),
+		LabelTagging:        NewLabelTaggingClient(cfg),
 		Message:             NewMessageClient(cfg),
 		MessageRecords:      NewMessageRecordsClient(cfg),
 		Msg:                 NewMsgClient(cfg),
@@ -406,10 +406,10 @@ func (c *Client) Use(hooks ...Hook) {
 	for _, n := range []interface{ Use(...Hook) }{
 		c.Agent, c.AgentBase, c.AliyunAvatar, c.AllocAgent, c.BatchMsg, c.Category,
 		c.ChatRecords, c.ChatSession, c.Contact, c.CreditBalance, c.CreditUsage,
-		c.Employee, c.EmployeeConfig, c.Label,
-		c.LabelRelationship, c.LabelTagging, c.Message, c.MessageRecords, c.Msg,  c.PayRecharge,
-		c.Server, c.SopNode, c.SopStage, c.SopTask, c.Token, c.Tutorial, c.UsageDetail,
-		c.UsageStatisticDay, c.UsageStatisticHour, c.UsageStatisticMonth, c.UsageTotal, c.WorkExperience,
+		c.Employee, c.EmployeeConfig, c.Label, c.LabelRelationship, c.LabelTagging,
+		c.Message, c.MessageRecords, c.Msg, c.PayRecharge, c.Server, c.SopNode,
+		c.SopStage, c.SopTask, c.Token, c.Tutorial, c.UsageDetail, c.UsageStatisticDay,
+		c.UsageStatisticHour, c.UsageStatisticMonth, c.UsageTotal, c.WorkExperience,
 		c.WpChatroom, c.WpChatroomMember, c.Wx, c.WxCard, c.WxCardUser, c.WxCardVisit,
 	} {
 		n.Use(hooks...)
@@ -422,11 +422,10 @@ func (c *Client) Intercept(interceptors ...Interceptor) {
 	for _, n := range []interface{ Intercept(...Interceptor) }{
 		c.Agent, c.AgentBase, c.AliyunAvatar, c.AllocAgent, c.BatchMsg, c.Category,
 		c.ChatRecords, c.ChatSession, c.Contact, c.CreditBalance, c.CreditUsage,
-		c.Employee, c.EmployeeConfig, c.Label,
-		c.LabelRelationship, c.LabelTagging, c.Message, c.MessageRecords, c.Msg,
-		c.PayRecharge,
-		c.Server, c.SopNode, c.SopStage, c.SopTask, c.Token, c.Tutorial, c.UsageDetail,
-		c.UsageStatisticDay, c.UsageStatisticHour, c.UsageStatisticMonth, c.UsageTotal, c.WorkExperience,
+		c.Employee, c.EmployeeConfig, c.Label, c.LabelRelationship, c.LabelTagging,
+		c.Message, c.MessageRecords, c.Msg, c.PayRecharge, c.Server, c.SopNode,
+		c.SopStage, c.SopTask, c.Token, c.Tutorial, c.UsageDetail, c.UsageStatisticDay,
+		c.UsageStatisticHour, c.UsageStatisticMonth, c.UsageTotal, c.WorkExperience,
 		c.WpChatroom, c.WpChatroomMember, c.Wx, c.WxCard, c.WxCardUser, c.WxCardVisit,
 	} {
 		n.Intercept(interceptors...)
@@ -6035,19 +6034,21 @@ func (c *WxCardVisitClient) mutate(ctx context.Context, m *WxCardVisitMutation)
 type (
 	hooks struct {
 		Agent, AgentBase, AliyunAvatar, AllocAgent, BatchMsg, Category, ChatRecords,
-		ChatSession, Contact, CreditBalance, CreditUsage, Employee, EmployeeConfig, Label, LabelRelationship,
-		LabelTagging, Message,MessageRecords, Msg, PayRecharge, Server, SopNode, SopStage, SopTask, Token,
-		Tutorial, UsageDetail, UsageStatisticDay, UsageStatisticHour,
-		UsageStatisticMonth, UsageTotal, WorkExperience, WpChatroom, WpChatroomMember,
-		Wx, WxCard, WxCardUser, WxCardVisit []ent.Hook
+		ChatSession, Contact, CreditBalance, CreditUsage, Employee, EmployeeConfig,
+		Label, LabelRelationship, LabelTagging, Message, MessageRecords, Msg,
+		PayRecharge, Server, SopNode, SopStage, SopTask, Token, Tutorial, UsageDetail,
+		UsageStatisticDay, UsageStatisticHour, UsageStatisticMonth, UsageTotal,
+		WorkExperience, WpChatroom, WpChatroomMember, Wx, WxCard, WxCardUser,
+		WxCardVisit []ent.Hook
 	}
 	inters struct {
 		Agent, AgentBase, AliyunAvatar, AllocAgent, BatchMsg, Category, ChatRecords,
-		ChatSession, Contact, CreditBalance, CreditUsage, Employee, EmployeeConfig, Label, LabelRelationship,
-		LabelTagging, Message,MessageRecords, Msg, PayRecharge, Server, SopNode, SopStage, SopTask, Token,
-		Tutorial, UsageDetail, UsageStatisticDay, UsageStatisticHour,
-		UsageStatisticMonth, UsageTotal, WorkExperience, WpChatroom, WpChatroomMember,
-		Wx, WxCard, WxCardUser, WxCardVisit []ent.Interceptor
+		ChatSession, Contact, CreditBalance, CreditUsage, Employee, EmployeeConfig,
+		Label, LabelRelationship, LabelTagging, Message, MessageRecords, Msg,
+		PayRecharge, Server, SopNode, SopStage, SopTask, Token, Tutorial, UsageDetail,
+		UsageStatisticDay, UsageStatisticHour, UsageStatisticMonth, UsageTotal,
+		WorkExperience, WpChatroom, WpChatroomMember, Wx, WxCard, WxCardUser,
+		WxCardVisit []ent.Interceptor
 	}
 )
 

+ 1 - 1
ent/ent.go

@@ -125,7 +125,7 @@ func checkColumn(table, column string) error {
 			employeeconfig.Table:      employeeconfig.ValidColumn,
 			label.Table:               label.ValidColumn,
 			labelrelationship.Table:   labelrelationship.ValidColumn,
-			labeltagging.Table:      labeltagging.ValidColumn,
+			labeltagging.Table:        labeltagging.ValidColumn,
 			message.Table:             message.ValidColumn,
 			messagerecords.Table:      messagerecords.ValidColumn,
 			msg.Table:                 msg.ValidColumn,

+ 1 - 1
ent/mutation.go

@@ -77,7 +77,7 @@ const (
 	TypeEmployeeConfig      = "EmployeeConfig"
 	TypeLabel               = "Label"
 	TypeLabelRelationship   = "LabelRelationship"
-	TypeLabelTagging      = "LabelTagging"
+	TypeLabelTagging        = "LabelTagging"
 	TypeMessage             = "Message"
 	TypeMessageRecords      = "MessageRecords"
 	TypeMsg                 = "Msg"