Documentation ¶ Index ¶ type Service func NewService(runtime client.Runtime, serviceManager service.Manager) *Service func (s Service) GetClient() (envsvchttpclient.Client, error) func (s Service) GetServiceManager() service.Manager func (s Service) Name() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service struct { svc.ServiceType // contains filtered or unexported fields } func NewService ¶ func NewService(runtime client.Runtime, serviceManager service.Manager) *Service func (Service) GetClient ¶ func (s Service) GetClient() (envsvchttpclient.Client, error) func (Service) GetServiceManager ¶ added in v0.14.0 func (s Service) GetServiceManager() service.Manager func (Service) Name ¶ added in v0.17.0 func (s Service) Name() string Source Files ¶ View all Source files service.go Directories ¶ Show internal Expand all Path Synopsis cli Click to show internal directories. Click to hide internal directories.