run

package
v0.37.0 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2025 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AvailableManifest

type AvailableManifest struct {
	Name string `json:"name"`
	Port string `json:"port"`
}

type CreateManifestResponse

type CreateManifestResponse struct {
	Manifest manifest.Manifest `json:"manifest"`
	Id       string            `json:"id"`
}

type Server

type Server struct {
	Graph *graph.Instance

	Host, Port string
	Tls        bool
	CertPath   string
	KeyPath    string

	CacheSize int
	// contains filtered or unexported fields
}

func (*Server) Handler

func (s *Server) Handler() (*http.ServeMux, error)

func (*Server) Serve

func (s *Server) Serve() error

Jump to

Keyboard shortcuts

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