added repeat interface
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ca2f3060db
commit
0c00a4306d
9
proxy/repeats.go
Normal file
9
proxy/repeats.go
Normal file
@ -0,0 +1,9 @@
|
||||
package proxy
|
||||
|
||||
type RepeatGenerator interface {
|
||||
Generate() []byte
|
||||
}
|
||||
|
||||
type RepeatVerifier interface {
|
||||
Verify(in []byte) error
|
||||
}
|
Loading…
Reference in New Issue
Block a user