api

package
v0.0.0-...-d208a3a Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2024 License: AGPL-3.0 Imports: 29 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 {
	NodeId     string
	Logger     logging.Logger
	Metrics    metrics.Metrics
	Ratelimit  ratelimit.Service
	Clickhouse EventBuffer
	Vault      *vault.Service
	AuthToken  string
}

type EventBuffer

type EventBuffer interface {
	BufferApiRequest(schema.ApiRequestV1)
}

type Server

type Server struct {
	sync.Mutex
	// contains filtered or unexported fields
}

func New

func New(config Config) (*Server, error)

func (*Server) Listen

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

Calling this function multiple times will have no effect.

func (*Server) RegisterRoutes

func (s *Server) RegisterRoutes()

func (*Server) Shutdown

func (s *Server) Shutdown() error

Jump to

Keyboard shortcuts

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