copy / paste issues.
This commit is contained in:
parent
e2cf11729b
commit
15c94b1e22
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue