bad interface format
This commit is contained in:
parent
4d6c22a45c
commit
8ae941be24
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ type LastValueProvider interface {
|
||||||
|
|
||||||
// BoundedLastValueProvider is a special type of value provider that can return it's (potentially computed) bounded last value.
|
// BoundedLastValueProvider is a special type of value provider that can return it's (potentially computed) bounded last value.
|
||||||
type BoundedLastValueProvider interface {
|
type BoundedLastValueProvider interface {
|
||||||
GetBoundedLastValue(index int) (x, y1, y2 float64)
|
GetBoundedLastValue() (x, y1, y2 float64)
|
||||||
}
|
}
|
||||||
|
|
||||||
// FullValueProvider is an interface that combines `ValueProvider` and `LastValueProvider`
|
// FullValueProvider is an interface that combines `ValueProvider` and `LastValueProvider`
|
||||||
|
|
Loading…
Reference in a new issue