Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OSServiceReq ¶
type OSServiceReq struct { ConfigProvider cfgport.CfgProvider Runner runnerport.OSRunner Chat chatport.Chat Terminal terminalport.Terminal History historyport.History }
type OSServices ¶
type OSServices struct {
OSService OSService
}
type PgsService ¶
type PgsService interface {
RunInteractiveChat() error
}
type PgsServiceReq ¶
type PgsServiceReq struct { ConfigProvider cfgport.CfgProvider Runner runnerport.PgsRunner Chat chatport.Chat Terminal terminalport.Terminal History historyport.History }
type PgsServices ¶
type PgsServices struct {
PgsService PgsService
}
Click to show internal directories.
Click to hide internal directories.