core

package module
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2023 License: MIT Imports: 2 Imported by: 5

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 added in v1.3.3

type Application struct {
	BindAddress string
	Production  bool
	Debug       bool
}

type Authentication added in v1.3.3

type Authentication struct {
	Authority    string
	ClientId     string
	ClientSecret string
}

type Database added in v1.3.3

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

type Messaging added in v1.7.1

type Messaging struct {
	Address  string
	Username string
	Password string
}

type Platform added in v1.3.3

type Platform struct {
	System    string
	Inventory string
	Data      string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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