Versions in this module Expand all Collapse all v2 v2.0.2 Nov 10, 2020 v2.0.1 Sep 11, 2020 Changes in this version + type EULAClient struct + func NewEULAClient(pivnetClient PivnetClient, eh errorhandler.ErrorHandler, format string, ...) *EULAClient + func (c *EULAClient) AcceptEULA(productSlug string, releaseVersion string) error + func (c *EULAClient) Get(eulaSlug string) error + func (c *EULAClient) List() error + type PivnetClient interface + AcceptEULA func(productSlug string, releaseID int) error + EULA func(eulaSlug string) (pivnet.EULA, error) + EULAs func() ([]pivnet.EULA, error) + ReleaseForVersion func(productSlug string, releaseVersion string) (pivnet.Release, error) Other modules containing this package github.com/pivotal-cf/pivnet-cli github.com/pivotal-cf/pivnet-cli/v3