php: Move server code into new phpx package

This commit is contained in:
Tom Wiesing 2022-10-19 13:52:24 +02:00
parent 4df5f6387c
commit 2e47626900
No known key found for this signature in database
13 changed files with 134 additions and 86 deletions

View file

@ -4,7 +4,7 @@ import (
"time"
"github.com/FAU-CDI/wisski-distillery/internal/models"
"github.com/FAU-CDI/wisski-distillery/internal/wisski/ingredient/php/phpserver"
"github.com/FAU-CDI/wisski-distillery/internal/phpx"
)
// Fetcher is an ingredient with a fetch method
@ -19,7 +19,7 @@ type Fetcher interface {
// FetchFlags specifies what information to fetch
type FetchFlags struct {
Quick bool
Server *phpserver.Server
Server *phpx.Server
}
// Information represents fetched information about a WissKI