Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckInput ¶
type CheckInput struct {
Version string
}
type Checker ¶
type Checker struct {
// contains filtered or unexported fields
}
func NewChecker ¶
func (*Checker) Check ¶
func (c *Checker) Check(ctx context.Context, input *CheckInput) (*UpdateResult, error)
func (*Checker) CheckAsync ¶
func (c *Checker) CheckAsync(ctx context.Context, input *CheckInput) <-chan *UpdateResult
type Option ¶
type Option func(*Checker)
func WithBaseURL ¶
func WithHTTPClient ¶
func WithTimeout ¶
Click to show internal directories.
Click to hide internal directories.