Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ca2f0 commit cda1dd8Copy full SHA for cda1dd8
internal/event/core/event.go
@@ -28,11 +28,6 @@ type Event struct {
28
dynamic []label.Label // dynamically sized storage for remaining labels
29
}
30
31
-// eventLabelMap implements label.Map for a the labels of an Event.
32
-type eventLabelMap struct {
33
- event Event
34
-}
35
-
36
func (ev Event) At() time.Time { return ev.at }
37
38
func (ev Event) Format(f fmt.State, r rune) {
0 commit comments