Documentation ¶ Index ¶ type Service func NewUpdate(log logger.Logger, config *domain.Config) *Service func (s *Service) CheckUpdateAvailable(ctx context.Context) (*version.Release, error) func (s *Service) CheckUpdates(ctx context.Context) func (s *Service) GetLatestRelease(ctx context.Context) *version.Release Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service struct { // contains filtered or unexported fields } func NewUpdate ¶ func NewUpdate(log logger.Logger, config *domain.Config) *Service func (*Service) CheckUpdateAvailable ¶ func (s *Service) CheckUpdateAvailable(ctx context.Context) (*version.Release, error) func (*Service) CheckUpdates ¶ func (s *Service) CheckUpdates(ctx context.Context) func (*Service) GetLatestRelease ¶ func (s *Service) GetLatestRelease(ctx context.Context) *version.Release Source Files ¶ View all Source files update.go Click to show internal directories. Click to hide internal directories.