github.com/nvi-inc/fsgo@v0.2.1/versions/rdbe.go (about) 1 // Copyright 2019 NVI Inc. All rights reserved. 2 // Use of this source code is governed by a MIT 3 // license that can be found in the LICENSE file. 4 5 package versions 6 7 type Rdbe interface { 8 RdbeNum() int 9 RdbeMap(int) (map[string]interface{}, error) 10 RdbeUpdatedFn(int) (func() bool, error) 11 }