Versions in this module Expand all Collapse all v1 v1.5.4 Oct 26, 2023 Changes in this version + const PriorityLocal + const PriorityRemoteHttp + const PriorityRemoteService + const ProviderName + func GetPriority(typ ProviderType) int + type LocationPlugin interface + GetLocation func() (*model.Location, error) + Init func(ctx *plugin.InitContext) error + Name func() string + type Provider struct + func (p *Provider) Destroy() error + func (p *Provider) GetLocation() (*model.Location, error) + func (p *Provider) Init(ctx *plugin.InitContext) error + func (p *Provider) Name() string + func (p *Provider) Type() common.Type + type ProviderType = string + const Local + const RemoteHttp + const RemoteService