Documentation
¶
Index ¶
- type FileUpdateMessage
- type FileWatcherService
- func (fws *FileWatcherService) DisableWatcher(ctx context.Context)
- func (fws *FileWatcherService) EnableWatcher(ctx context.Context)
- func (fws *FileWatcherService) Update(ctx context.Context, nginxConfigContext *model.NginxConfigContext)
- func (fws *FileWatcherService) Watch(ctx context.Context, ch chan<- FileUpdateMessage)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileUpdateMessage ¶
type FileWatcherService ¶
type FileWatcherService struct {
// contains filtered or unexported fields
}
func NewFileWatcherService ¶
func NewFileWatcherService(agentConfig *config.Config) *FileWatcherService
func (*FileWatcherService) DisableWatcher ¶ added in v3.4.0
func (fws *FileWatcherService) DisableWatcher(ctx context.Context)
func (*FileWatcherService) EnableWatcher ¶ added in v3.4.0
func (fws *FileWatcherService) EnableWatcher(ctx context.Context)
func (*FileWatcherService) Update ¶ added in v3.2.0
func (fws *FileWatcherService) Update(ctx context.Context, nginxConfigContext *model.NginxConfigContext)
func (*FileWatcherService) Watch ¶
func (fws *FileWatcherService) Watch(ctx context.Context, ch chan<- FileUpdateMessage)
Click to show internal directories.
Click to hide internal directories.