Documentation ¶
Index ¶
Constants ¶
View Source
const (
ProviderName string = "chain"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface { plugin.Plugin // GetLocation 获取实例地理位置信息 GetLocation() (*model.Location, error) }
Provider Location 实例地址位置获取插件
type Proxy ¶
type Proxy struct { Provider // contains filtered or unexported fields }
func (*Proxy) GetLocation ¶
GetLocation 获取实例地理位置信息
Click to show internal directories.
Click to hide internal directories.