Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tool ¶
type Tool interface {
Name() string
Config() format.ToolConfig
Endpoint() *url.URL
Channel() tool.Channel
IsVersionPinned() bool
UpdateFrequency() tool.UpdateFrequency
UpstreamVersion() tool.Version
LastUpdate() time.Time
CurrentVersion() tool.Version
CurrentCheckout() tool.Checkout
CheckoutForVersion(tool.Version) tool.Checkout
}
Click to show internal directories.
Click to hide internal directories.