mirror of
https://github.com/grafana/grafana.git
synced 2025-09-25 17:34:22 +08:00
Dashboard Versions: Make compatible with app platform (#99327)
This commit is contained in:

committed by
GitHub

parent
05905a5069
commit
0cef2b9ae7
@ -519,6 +519,10 @@ func (l *listIter) ContinueToken() string {
|
||||
return ContinueToken{ResourceVersion: l.listRV, StartOffset: l.offset}.String()
|
||||
}
|
||||
|
||||
func (l *listIter) ContinueTokenWithCurrentRV() string {
|
||||
return ContinueToken{ResourceVersion: l.rv, StartOffset: l.offset}.String()
|
||||
}
|
||||
|
||||
func (l *listIter) Error() error {
|
||||
return l.err
|
||||
}
|
||||
|
Reference in New Issue
Block a user