Documentation
¶
Overview ¶
Package server implements a build server
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIServer ¶
type APIServer struct {
// contains filtered or unexported fields
}
APIServer defines a k6build API server
func NewAPIServer ¶
func NewAPIServer(config APIServerConfig) *APIServer
NewAPIServer creates a new build service API server TODO: add logger
type APIServerConfig ¶
type APIServerConfig struct { BuildService k6build.BuildService Log *slog.Logger }
APIServerConfig defines the configuration for the APIServer
Click to show internal directories.
Click to hide internal directories.