Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EULAClient ¶
type EULAClient struct {
// contains filtered or unexported fields
}
func NewEULAClient ¶
func NewEULAClient( pivnetClient PivnetClient, eh errorhandler.ErrorHandler, format string, outputWriter io.Writer, printer printer.Printer, ) *EULAClient
func (*EULAClient) AcceptEULA ¶
func (c *EULAClient) AcceptEULA(productSlug string, releaseVersion string) error
func (*EULAClient) Get ¶
func (c *EULAClient) Get(eulaSlug string) error
func (*EULAClient) List ¶
func (c *EULAClient) List() error
Click to show internal directories.
Click to hide internal directories.