Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntryExists ¶
type EntryExists struct{}
EntryExists error
func (*EntryExists) Error ¶
func (ee *EntryExists) Error() string
type MaestroCache ¶ added in v1.0.1
type MaestroCache struct {
// contains filtered or unexported fields
}
func New ¶ added in v1.0.1
func New(cfg *configuration.AppConfig) *MaestroCache
func (*MaestroCache) Deregister ¶ added in v1.0.1
func (mc *MaestroCache) Deregister(id string) bool
func (*MaestroCache) Get ¶ added in v1.0.1
func (mc *MaestroCache) Get(id string) (*entity.Registrant, bool)
func (*MaestroCache) Register ¶ added in v1.0.1
func (mc *MaestroCache) Register(id, address string) error
func (*MaestroCache) Update ¶ added in v1.0.1
func (mc *MaestroCache) Update(id string) error
Click to show internal directories.
Click to hide internal directories.