Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheSyncer ¶
type CacheSyncer struct {
// contains filtered or unexported fields
}
func MustNewCacheSyncer ¶
func MustNewCacheSyncer(spec string, srv *svc.ServiceContext) *CacheSyncer
func NewCacheSyncer ¶
func NewCacheSyncer(spec string, srv *svc.ServiceContext) (*CacheSyncer, error)
func (*CacheSyncer) Run ¶
func (c *CacheSyncer) Run()
func (*CacheSyncer) Start ¶
func (c *CacheSyncer) Start()
func (*CacheSyncer) Stop ¶
func (c *CacheSyncer) Stop()
Click to show internal directories.
Click to hide internal directories.