core

package module
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2026 License: MIT Imports: 2 Imported by: 0

README

core

Core library with common functionalities for micro services

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExitIfError

func ExitIfError(err error)

func ExitWithMessage

func ExitWithMessage(message string)

Types

type Application

type Application struct {
	BindAddress string
	Production  bool
	Debug       bool
}

type Authentication

type Authentication struct {
	Authority    string
	ClientId     string
	ClientSecret string
}

type Database

type Database struct {
	Address  string
	Name     string
	Username string
	Password string
}

type Messaging

type Messaging struct {
	Address  string
	Username string
	Password string
}

type Platform

type Platform struct {
	System    string
	Inventory string
	Data      string
	Storage   string
	Portfolio string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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