Versions in this module Expand all Collapse all v0 v0.3.0 Aug 18, 2019 v0.2.0 Aug 2, 2019 Changes in this version + func RoundToMilliseconds(from, through time.Time) (model.Time, model.Time) + func TokenFor(userID, labels string) uint32 + type ExtendedMock struct + func (m *ExtendedMock) GetMockedCallsByMethod(method string) []mock.Call + type LogAdapater struct + func NewLogAdapater(l log.Logger) LogAdapater + func (l LogAdapater) Fatal(v ...interface{}) + func (l LogAdapater) Fatalf(format string, v ...interface{}) + func (l LogAdapater) Fatalln(v ...interface{}) + func (l LogAdapater) Panic(v ...interface{}) + func (l LogAdapater) Panicf(format string, v ...interface{}) + func (l LogAdapater) Panicln(v ...interface{}) + func (l LogAdapater) Print(v ...interface{}) + func (l LogAdapater) Printf(format string, v ...interface{}) + func (l LogAdapater) Println(v ...interface{}) v0.1.0 Jun 3, 2019 Changes in this version + func ModelLabelSetToMap(m model.LabelSet) map[string]string + func ToClientLabels(labels string) ([]client.LabelAdapter, error) + type MultiError []error + func (es *MultiError) Add(err error) + func (es MultiError) Err() error + func (es MultiError) Error() string