Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecuteOptions ¶
type GetOptions ¶
type ListOptions ¶
type ListOptions struct {
SkipAuthRetry bool
}
type Service ¶
type Service struct { svc.ServiceType // contains filtered or unexported fields }
func NewService ¶
func (Service) Execute ¶
func (s Service) Execute(opts ExecuteOptions) error
func (Service) Get ¶
func (s Service) Get(opts GetOptions) error
func (Service) GetClient ¶
func (s Service) GetClient(skipAuthRetry bool) (svchttpclient.Client, error)
func (Service) List ¶
func (s Service) List(opts ListOptions) ([]api.ListFileResponse, error)
type ServiceFactory ¶
type ServiceFactory struct { svc.ServiceType // contains filtered or unexported fields }
func NewServiceFactory ¶
func NewServiceFactory(runtime client.Runtime, fs boshsys.FileSystem, cmdRunner boshsys.CmdRunner) ServiceFactory
Click to show internal directories.
Click to hide internal directories.