api

package
v0.0.0-...-a7bc12e Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2026 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Ctx             *ctx.Context
	Logger          *zap.Logger
	DashboardPath   string
	APIBasePath     string
	ListenAddr      string
	StorageProvider storage.SQLiteTableProvider
	RouteProvider   routeinfoprovider.IRouteInfoProvider
}

type EntryPointResp

type EntryPointResp struct {
	Name    string `json:"name"`
	Address string `json:"address"`
}

type Handler

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

type Server

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

func NewServer

func NewServer(cfg Config) (*Server, error)

func (*Server) Run

func (s *Server) Run(addr string) error

Jump to

Keyboard shortcuts

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