Files
EdgeNode/internal/utils/readers/reader_base.go

7 lines
118 B
Go
Raw Normal View History

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