Documentation
¶
Index ¶
Constants ¶
View Source
const ( LevelDebug = 1 LevelInfo = 2 LevelError = 3 )
View Source
const (
DEFAULT_REFRESH_APP_URLS_INTERVALS = 30
)
Variables ¶
View Source
var DefaultFeign = &Feign{ discoveryClient: eureka.DefaultClient, appUrls: make(map[string][]string), appNextUrlIndex: make(map[string]*uint32), }
Functions ¶
Types ¶
type Feign ¶
type Feign struct {
// contains filtered or unexported fields
}
func (*Feign) SetRefreshAppUrlsIntervals ¶
func (*Feign) UseDiscoveryClient ¶
func (t *Feign) UseDiscoveryClient(client eureka.DiscoveryClient) *Feign
use discovery client to get all registry app => instances
Click to show internal directories.
Click to hide internal directories.