Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotFound ¶ added in v0.3.1
func NotFoundError ¶ added in v0.3.1
Types ¶
type Event ¶ added in v0.3.1
type Event string
const ( ListNamespaces Event = "ListNamespaces" ListServices Event = "ListServices" GetOperation Event = "GetOperation" DiscoverInstances Event = "DiscoverInstances" CreateHttpNamespace Event = "CreateHttpNamespace" CreateService Event = "CreateService" RegisterInstance Event = "RegisterInstance" DeregisterInstance Event = "DeregisterInstance" )
type Logger ¶
type Logger interface { Info(msg string, keysAndValues ...interface{}) Debug(msg string, keysAndValues ...interface{}) Error(err error, msg string, keysAndValues ...interface{}) }
func NewLoggerWithLogr ¶
type RateLimiter ¶ added in v0.3.1
type RateLimiter struct {
// contains filtered or unexported fields
}
func NewDefaultRateLimiter ¶ added in v0.3.1
func NewDefaultRateLimiter() RateLimiter
NewDefaultRateLimiter returns the rate limiters with the default limits for the AWS CloudMap's API calls
Click to show internal directories.
Click to hide internal directories.