api

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplyRESTAuth added in v0.3.0

func ApplyRESTAuth(api *rest.Api, cfg *config.RestAPIConfig)

ApplyRESTAuth registers Basic auth when restapi.authentication.username is set.

Types

type Admin

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

Admin serves the HTTP REST API (L1 shell).

func NewAdmin

func NewAdmin(log *nlog.Log, cfg *config.RestAPIConfig, neoha *server.Server) *Admin

NewAdmin creates the REST admin server. cfg must be non-nil when EnableAPIs is true.

func (*Admin) NewRouter

func (admin *Admin) NewRouter() (rest.App, error)

NewRouter creates the new router.

func (*Admin) Start

func (admin *Admin) Start()

Start binds restapi.listen and serves /v1/* routes.

func (*Admin) Stop

func (admin *Admin) Stop()

Stop gracefully shuts down the REST server.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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