diff --git a/src/streamer/streamer.go b/src/streamer/streamer.go index 1840ce0..e3f4410 100644 --- a/src/streamer/streamer.go +++ b/src/streamer/streamer.go @@ -27,8 +27,8 @@ type ConfigT struct { type SetUserAgentT uint8 const ( - Request SetUserAgentT = iota - Extractor + Extractor SetUserAgentT = iota + Request ) func (u *SetUserAgentT) UnmarshalJSON(b []byte) error {