qrz

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2025 License: MIT Imports: 17 Imported by: 1

Documentation

Index

Constants

View Source
const (
	ActionInsert  = "INSERT"
	ActionReplace = "REPLACE"
)

ServiceName is the name of the service and is used to look up the service in the container.

Variables

This section is empty.

Functions

This section is empty.

Types

type Response

type Response struct {
	Result string
	Reason string
	LogIDS string
	LogID  string
	Count  string
	Data   string
}

type Service

type Service struct {
	LoggerService   *logging.Service `di.inject:"loggingservice"`
	ConfigService   *config.Service  `di.inject:"configservice"`
	DatabaseService *sqlite.Service  `di.inject:"sqliteservice"`
	Config          *types.ForwarderConfig
	// contains filtered or unexported fields
}

Service represents a core FORWARDING structure facilitating interaction between logging, configuration, database, and HTTP services. It allows for dependency injection and manages initialization state effectively.

func (*Service) Forward

func (s *Service) Forward(qso types.Qso, param ...string) error

func (*Service) Initialize

func (s *Service) Initialize() error

Jump to

Keyboard shortcuts

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