github.com/TeaOSLab/EdgeNode@v1.3.8/internal/utils/readers/reader_base.go (about) 1 // Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. 2 3 package readers 4 5 type BaseReader struct { 6 }