web

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2025 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Request

type Request struct {
	// ID identifies the request. The response contains the same
	// ID so that the client can match it to the request.
	ID     int               `json:"id"`
	Inputs map[string]string `json:"inputs"`
}

type Response

type Response struct {
	ID          int               `json:"id"`
	Diagnostics types.Diagnostics `json:"diagnostics"`
	Parameters  []types.Parameter `json:"parameters"`
}

type Session

type Session struct {
	// contains filtered or unexported fields
}

@typescript-ignore Session

func NewSession

func NewSession(logger slog.Logger, dir fs.FS, staticInputs SessionInputs) *Session

func (*Session) Listen

func (s *Session) Listen(ctx context.Context, conn *websocket.Conn)

type SessionInputs

type SessionInputs struct {
	PlanPath string
	User     types.WorkspaceOwner
}

Jump to

Keyboard shortcuts

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

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy