1 Star 0 Fork 0

吕冰 / influxdb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
lookup.go 346 Bytes
一键复制 编辑 原始数据 按行查看 历史
package influxdb
import (
"context"
"github.com/influxdata/influxdb/v2/kit/platform"
)
// LookupService provides field lookup for the resource and ID.
type LookupService interface {
// FindResourceName returns the name for the resource and ID.
FindResourceName(ctx context.Context, resource ResourceType, id platform.ID) (string, error)
}
Go
1
https://gitee.com/lyu_bing/influxdb.git
git@gitee.com:lyu_bing/influxdb.git
lyu_bing
influxdb
influxdb
master

搜索帮助