Documentation
¶
Index ¶
Constants ¶
View Source
const CONSUL_KEY_PREFIX = "consul."
View Source
const CONSUL_VALUE_PREFIX = "consul:"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsulPropertySource ¶
type ConsulPropertySource struct {
// contains filtered or unexported fields
}
func NewConsulPropertySource ¶
func NewConsulPropertySource() *ConsulPropertySource
func (*ConsulPropertySource) HasProperty ¶
func (this *ConsulPropertySource) HasProperty(key string) bool
func (*ConsulPropertySource) Name ¶
func (this *ConsulPropertySource) Name() string
func (*ConsulPropertySource) Properties ¶
func (this *ConsulPropertySource) Properties() map[string]string
func (*ConsulPropertySource) Property ¶
func (this *ConsulPropertySource) Property(key string) string
Click to show internal directories.
Click to hide internal directories.