srvport

package
v0.0.0-...-41cb08b Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OSService

type OSService interface {
	RunInteractiveChat() error
}

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
}

Jump to

Keyboard shortcuts

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