Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AggregateHandler ¶
func AggregateHandler(store AggregateGetter) http.HandlerFunc
func Handler ¶
func Handler(store Getter) http.HandlerFunc
Types ¶
type AggregateGetter ¶
type CacheClient ¶
type CacheClient struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(cacheAddr string, h httpGetter) *CacheClient
func (*CacheClient) GetAggregate ¶
func (c *CacheClient) GetAggregate() ([]binding.Binding, error)
Click to show internal directories.
Click to hide internal directories.