platforms

package
v0.1.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LinuxPlatformServiceImpl

type LinuxPlatformServiceImpl struct {
	markup.Component `class:"PlatformProviderRegistry"`
}

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

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

type WindowsPlatformServiceImpl struct {
	markup.Component `class:"PlatformProviderRegistry"`
}

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

GetRegistration ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL