Skip to content

Commit

Permalink
remove factory.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-tceretian committed Mar 15, 2023
1 parent 0c24bd1 commit dbee25f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions receivers/config_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import (
"gopkg.in/yaml.v3"
)

type DecryptFunc func(key string, fallback string) string

type CommaSeparatedStrings []string

func (r *CommaSeparatedStrings) UnmarshalJSON(b []byte) error {
Expand Down
3 changes: 0 additions & 3 deletions receivers/factory.go

This file was deleted.

0 comments on commit dbee25f

Please sign in to comment.