Documentation ¶ Index ¶ type Service func NewService(ctx context.Context, logger util.Logger) *Service func (s *Service) UpgradeIfNeeded(ctx context.Context, o string, n string, force bool) error 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 NewService ¶ func NewService(ctx context.Context, logger util.Logger) *Service func (*Service) UpgradeIfNeeded ¶ func (s *Service) UpgradeIfNeeded(ctx context.Context, o string, n string, force bool) error Source Files ¶ View all Source files download.go github.go service.go util.go Click to show internal directories. Click to hide internal directories.