Skip to content

Commit

Permalink
修改代码
Browse files Browse the repository at this point in the history
  • Loading branch information
pangdogs committed Aug 2, 2024
1 parent a9e7c63 commit 374eef8
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 25 deletions.
2 changes: 1 addition & 1 deletion ec/componentstate.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//go:generate stringer -type ComponentState
/*
* This file is part of Golaxy Distributed Service Development Framework.
*
Expand All @@ -18,6 +17,7 @@
* Copyright (c) 2024 pangdogs.
*/

//go:generate stringer -type ComponentState
package ec

// ComponentState 组件状态
Expand Down
2 changes: 1 addition & 1 deletion ec/entitystate.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//go:generate stringer -type EntityState
/*
* This file is part of Golaxy Distributed Service Development Framework.
*
Expand All @@ -18,6 +17,7 @@
* Copyright (c) 2024 pangdogs.
*/

//go:generate stringer -type EntityState
package ec

// EntityState 实体状态
Expand Down
2 changes: 1 addition & 1 deletion ec/scope.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//go:generate stringer -type Scope
/*
* This file is part of Golaxy Distributed Service Development Framework.
*
Expand All @@ -18,6 +17,7 @@
* Copyright (c) 2024 pangdogs.
*/

//go:generate stringer -type Scope
package ec

// Scope 可访问作用域
Expand Down
2 changes: 1 addition & 1 deletion ec/treenodestate.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//go:generate stringer -type TreeNodeState
/*
* This file is part of Golaxy Distributed Service Development Framework.
*
Expand All @@ -18,6 +17,7 @@
* Copyright (c) 2024 pangdogs.
*/

//go:generate stringer -type TreeNodeState
package ec

// TreeNodeState 实体树节点状态
Expand Down
2 changes: 1 addition & 1 deletion runtime/runningstate.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//go:generate stringer -type RunningState
/*
* This file is part of Golaxy Distributed Service Development Framework.
*
Expand All @@ -18,6 +17,7 @@
* Copyright (c) 2024 pangdogs.
*/

//go:generate stringer -type RunningState
package runtime

// RunningState 运行状态
Expand Down
2 changes: 1 addition & 1 deletion service/runningstate.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//go:generate stringer -type RunningState
/*
* This file is part of Golaxy Distributed Service Development Framework.
*
Expand All @@ -18,6 +17,7 @@
* Copyright (c) 2024 pangdogs.
*/

//go:generate stringer -type RunningState
package service

// RunningState 运行状态
Expand Down
19 changes: 0 additions & 19 deletions service/runningstate_string.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 374eef8

Please sign in to comment.