Skip to content

Commit 271cd4f

Browse files
committed
add TopicField constant
1 parent 0436c79 commit 271cd4f

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

logger.go

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,22 @@ import (
1010
)
1111

1212
const (
13-
ScopeField = "scope"
1413
ProjectField = "project"
1514
ShopField = "shop"
1615
CheckoutField = "checkout"
1716
OrderField = "order"
1817
TransactionField = "transaction"
1918
CheckoutDeviceField = "checkoutDevice"
20-
DurationField = "duration"
21-
FlakyField = "flaky"
22-
TypeField = "type"
23-
ResponseField = "response"
24-
PayloadField = "payload"
2519

20+
DurationField = "duration"
21+
FlakyField = "flaky"
22+
ResponseField = "response"
23+
PayloadField = "payload"
24+
25+
ScopeField = "scope"
26+
TopicField = "topic"
27+
28+
TypeField = "type"
2629
TypeDeprecation = "deprecation"
2730
TypeCall = "call"
2831
TypeAccess = "access"

0 commit comments

Comments
 (0)