Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DemoConsulClient ¶
Types ¶
type FakeDependency ¶
type FakeDependency struct {
Name string
}
func (*FakeDependency) Display ¶
func (d *FakeDependency) Display() string
func (*FakeDependency) Fetch ¶
func (d *FakeDependency) Fetch(client *api.Client, options *api.QueryOptions) (interface{}, *api.QueryMeta, error)
func (*FakeDependency) HashCode ¶
func (d *FakeDependency) HashCode() string
func (*FakeDependency) Key ¶
func (d *FakeDependency) Key() string
type FakeDependencyFetchError ¶
type FakeDependencyFetchError struct {
Name string
}
func (*FakeDependencyFetchError) Display ¶
func (d *FakeDependencyFetchError) Display() string
func (*FakeDependencyFetchError) Fetch ¶
func (d *FakeDependencyFetchError) Fetch(client *api.Client, options *api.QueryOptions) (interface{}, *api.QueryMeta, error)
func (*FakeDependencyFetchError) HashCode ¶
func (d *FakeDependencyFetchError) HashCode() string
func (*FakeDependencyFetchError) Key ¶
func (d *FakeDependencyFetchError) Key() string
Click to show internal directories.
Click to hide internal directories.