nvi

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2026 License: EUPL-1.2 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Component

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

func New

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

func (Component) RegisterHttpHandlers

func (c Component) RegisterHttpHandlers(publicMux *http.ServeMux, internalMux *http.ServeMux)

func (Component) Start

func (c Component) Start() error

func (Component) Stop

func (c Component) Stop(ctx context.Context) error

type Config

type Config struct {
	FHIRBaseURL string `koanf:"baseurl"`
	Audience    string `koanf:"audience"`
}

func DefaultConfig

func DefaultConfig() Config

func (Config) Enabled

func (c Config) Enabled() bool

Jump to

Keyboard shortcuts

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