Files
waf-platform/EdgeNode/internal/utils/readers/reader_base.go
2026-02-04 20:27:13 +08:00

7 lines
118 B
Go

// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
package readers
type BaseReader struct {
}