We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3cddd1 commit 958c55eCopy full SHA for 958c55e
3 files changed
β.gitignoreβ
@@ -44,16 +44,17 @@ frontend/src/xpack
44
agent/xpack
45
agent/router/entry_xpack.go
46
agent/server/init_xpack.go
47
+agent/utils/xpack/xpack.go
48
agent/utils/xpack/xpack_xpack.go
49
core/xpack
50
core/router/entry_xpack.go
51
core/server/init_xpack.go
52
+core/utils/xpack/xpack.go
53
core/utils/xpack/xpack_xpack.go
54
core/xpack-ee
-core/router/entry_xpack_ee.go
-core/server/init_xpack_ee.go
55
-core/utils/xpack/xpack_xpack_ee.go
56
-xpack
+core/router/entry_xpackee.go
+core/server/init_xpackee.go
57
+core/utils/xpack/xpack_xpackee.go
58
59
.history/
60
dist/
βagent/utils/xpack/xpack.goβ βagent/utils/xpack/community.goβagent/utils/xpack/xpack.go renamed to agent/utils/xpack/community.go
βcore/utils/xpack/xpack.goβ βcore/utils/xpack/community.goβcore/utils/xpack/xpack.go renamed to core/utils/xpack/community.go
0 commit comments