Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinuxPlatformServiceImpl ¶
LinuxPlatformServiceImpl ...
func (*LinuxPlatformServiceImpl) Accept ¶
func (inst *LinuxPlatformServiceImpl) Accept(p *dto.Platform) bool
Accept ...
func (*LinuxPlatformServiceImpl) GetProfile ¶
func (inst *LinuxPlatformServiceImpl) GetProfile(p *dto.Profile) error
GetProfile ...
func (*LinuxPlatformServiceImpl) GetRegistration ¶
func (inst *LinuxPlatformServiceImpl) GetRegistration() *service.PlatformProviderRegistration
GetRegistration ...
type PlatformServiceImpl ¶
type PlatformServiceImpl struct { markup.Component `id:"PlatformService"` Providers []service.PlatformProviderRegistry `inject:".PlatformProviderRegistry"` // contains filtered or unexported fields }
PlatformServiceImpl ...
func (*PlatformServiceImpl) GetPlatform ¶
func (inst *PlatformServiceImpl) GetPlatform() (*dto.Platform, error)
GetPlatform ...
func (*PlatformServiceImpl) GetProvider ¶
func (inst *PlatformServiceImpl) GetProvider() (service.PlatformProvider, error)
GetProvider ...
type ProfileServiceImpl ¶
type ProfileServiceImpl struct { markup.Component `id:"ProfileService"` PlatformService service.PlatformService `inject:"#PlatformService"` }
ProfileServiceImpl ...
func (*ProfileServiceImpl) GetProfile ¶
func (inst *ProfileServiceImpl) GetProfile() (*dto.Profile, error)
GetProfile ...
type WindowsPlatformServiceImpl ¶
WindowsPlatformServiceImpl ...
func (*WindowsPlatformServiceImpl) Accept ¶
func (inst *WindowsPlatformServiceImpl) Accept(p *dto.Platform) bool
Accept ...
func (*WindowsPlatformServiceImpl) GetProfile ¶
func (inst *WindowsPlatformServiceImpl) GetProfile(p *dto.Profile) error
GetProfile ...
func (*WindowsPlatformServiceImpl) GetRegistration ¶
func (inst *WindowsPlatformServiceImpl) GetRegistration() *service.PlatformProviderRegistration
GetRegistration ...
Click to show internal directories.
Click to hide internal directories.