Documentation ¶
Index ¶
Constants ¶
View Source
const ( LabelService = "service" LabelVersion = "version" LabelEnvironment = "environment" LabelApp = "app" DefaultInterval = time.Second * 30 )
const
View Source
const ( ModeWatch = iota ModeInterval )
Mode
Variables ¶
View Source
var ( ErrInvalidEP = errors.New("invalid endpoint") ErrLabelsNil = errors.New("labels can not be nil") ErrAppEmpty = errors.New("app can not be empty") ErrServiceTooLong = errors.New("exceeded max value for service name") )
errors
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.