Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RMetaFetcher ¶
type RMetaFetcher struct {
// contains filtered or unexported fields
}
func (RMetaFetcher) GetContainers ¶ added in v0.2.4
func (mf RMetaFetcher) GetContainers() ([]metadata.Container, error)
func (RMetaFetcher) GetSelfHost ¶
func (mf RMetaFetcher) GetSelfHost() (metadata.Host, error)
func (RMetaFetcher) GetServices ¶
func (mf RMetaFetcher) GetServices() ([]metadata.Service, error)
func (RMetaFetcher) OnChange ¶
func (mf RMetaFetcher) OnChange(intervalSeconds int, do func(string))
Click to show internal directories.
Click to hide internal directories.