Skip to content

Commit a2be161

Browse files
authored
Rename configparser to configloader (#2940)
Signed-off-by: Bogdan Drutu <[email protected]>
1 parent c6826ef commit a2be161

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+12
-12
lines changed

config/configparser/config.go renamed to config/configloader/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// Package configparser implements configuration loading from a config.Parser.
15+
// Package configloader implements configuration loading from a config.Parser.
1616
// The implementation relies on registered factories that allow creating
1717
// default configuration for each type of receiver/exporter/processor.
18-
package configparser
18+
package configloader
1919

2020
import (
2121
"fmt"

config/configparser/config_test.go renamed to config/configloader/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
package configparser
15+
package configloader
1616

1717
import (
1818
"os"

0 commit comments

Comments
 (0)