Skip to content

Commit

Permalink
fix: cleanup format
Browse files Browse the repository at this point in the history
  • Loading branch information
thenodon committed Dec 1, 2023
1 parent 4036738 commit 8d0c1a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions streams.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
package main

type Streams map[string]*Stream

type Stream struct {
ClassName string `mapstructure:"class_name"`
QueryParameter string `mapstructure:"query_parameter"`
Expand All @@ -29,12 +30,11 @@ type ConfigLabels struct {
Regex string `mapstructure:"regex"`
}

/*
type Timestamp struct {
PropertyName string `mapstructure:"property_name"`
//Regex string `mapstructure:"regex"`
}
*/

type Property struct {
PropertyName string `mapstructure:"property_name"`
//Regex string `mapstructure:"regex"`
Expand Down

0 comments on commit 8d0c1a4

Please sign in to comment.