generated from VLADIMIR/template
add parser
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package data_parser
|
||||
|
||||
import "context"
|
||||
|
||||
type IDataParser interface {
|
||||
Parse(ctx context.Context, url string, v interface{}) error
|
||||
}
|
||||
Reference in New Issue
Block a user