copy / paste issues.
This commit is contained in:
parent
e2cf11729b
commit
15c94b1e22
|
@ -30,6 +30,6 @@ type FullValueProvider interface {
|
||||||
|
|
||||||
// FullBoundedValueProvider is an interface that combines `ValueProvider` and `LastValueProvider`
|
// FullBoundedValueProvider is an interface that combines `ValueProvider` and `LastValueProvider`
|
||||||
type FullBoundedValueProvider interface {
|
type FullBoundedValueProvider interface {
|
||||||
ValueProvider
|
BoundedValueProvider
|
||||||
LastValueProvider
|
BoundedLastValueProvider
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user