Removed repeat interfaces
All checks were successful
continuous-integration/drone/push Build is passing

Instead focus on allowing multiple MACs.
This commit is contained in:
Jake Hillion 2021-04-09 23:14:47 +01:00
parent 0c00a4306d
commit ad590808c0

View File

@ -1,9 +0,0 @@
package proxy
type RepeatGenerator interface {
Generate() []byte
}
type RepeatVerifier interface {
Verify(in []byte) error
}