mirror of
https://github.com/Bornholm/formidable.git
synced 2025-08-07 05:01:33 +02:00
feat: url based data loading system
This commit is contained in:
7
internal/data/url_matcher.go
Normal file
7
internal/data/url_matcher.go
Normal file
@ -0,0 +1,7 @@
|
||||
package data
|
||||
|
||||
import "net/url"
|
||||
|
||||
type URLMatcher interface {
|
||||
Match(url *url.URL) bool
|
||||
}
|
Reference in New Issue
Block a user