Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpClientService ¶
type HttpClientService interface {
SendRequest(*domain.Request) (*domain.Response, error)
SaveRequest(*domain.Request) error
DeleteRequest(string) error
GetSavedRequests() ([]*domain.Request, error)
}
func NewHttpClientService ¶
func NewHttpClientService(requestRepo *database.Database) HttpClientService
type ServerService ¶
type ServerService interface {
StartServer(path string, port string, updateChan chan UIEvent) error
StopServer() error
}
func NewServerService ¶
func NewServerService() ServerService
Click to show internal directories.
Click to hide internal directories.