application

package
v0.0.0-...-165d855 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoggingServicePort

type LoggingServicePort interface {
	// Log sends the given log to the logging micro service.
	Log(ctx context.Context, logData *pb.LogData) (*pb.LoggingResult, error)
}

LoggingServicePort is a port for Hexagonal Architecture Pattern. It is used to communicate with the other servies.

type ServicePort

type ServicePort interface {
	LoggingServicePort
}

ServicePort is a port for Hexagonal Architecture Pattern. It is used to communicate with the other servies.

Jump to

Keyboard shortcuts

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