rest

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 31, 2024 License: MIT Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterService

func RegisterService(ctx *cli.Context, baseService service.Service) (service.Service, error)

Types

type Service

type Service struct {
	*service.BaseService
}

Service represents the REST service and embeds the BaseService.

func NewService

func NewService(ctx *cli.Context, baseService *service.BaseService) (*Service, error)

NewService creates and returns a new REST service instance, registering namespaces.

func ToRESTService

func ToRESTService(service service.Service) *Service

func (*Service) Dependencies

func (s *Service) Dependencies() map[service.DependencyName]service.Option

Dependencies injects the service dependencies for the REST service.

func (*Service) GenerateSpecs

func (s *Service) GenerateSpecs() error

GenerateSpecs generates and writes OpenAPI specifications in both JSON and YAML formats.

func (*Service) RegisterNamespaces

func (s *Service) RegisterNamespaces() error

func (*Service) Start

func (s *Service) Start(network utils.Network, networkId utils.NetworkID) error

Start initializes and starts the REST service, using an errgroup to manage goroutines.

func (*Service) Stop

func (s *Service) Stop() error

Stop stops the REST service.

Jump to

Keyboard shortcuts

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