Movatterモバイル変換


[0]ホーム

URL:


web

package
v0.0.1Latest Latest
Warning

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

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

Details

Repository

github.com/coder/preview

Links

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

typeRequest

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

typeResponse

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

typeSession

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

@typescript-ignore Session

funcNewSession

func NewSession(loggerslog.Logger, dirfs.FS, staticInputsSessionInputs) *Session

func (*Session)Listen

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

typeSessionInputs

type SessionInputs struct {PlanPathstringUsertypes.WorkspaceOwner}

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp