Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalculateBindingCount ¶
Types ¶
type AggBinding ¶
type AggregateStore ¶
type AggregateStore struct {
Drains []Binding
}
func NewAggregateStore ¶
func NewAggregateStore(drainFileName string) *AggregateStore
func (*AggregateStore) Get ¶
func (store *AggregateStore) Get() []Binding
type Binding ¶
type Binding struct { Url string `json:"url" yaml:"url"` Credentials []Credentials `json:"credentials" yaml:"credentials"` }
type Credentials ¶
type Metrics ¶
type Metrics interface { NewGauge(name, helpText string, o ...metrics.MetricOption) metrics.Gauge NewCounter(name, helpText string, o ...metrics.MetricOption) metrics.Counter }
Click to show internal directories.
Click to hide internal directories.