kontrakto

package module
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2023 License: MIT Imports: 0 Imported by: 0

README

com.kontrakto

Microservice interaction contracts

Documentation

Index

Constants

View Source
const (
	AppLigilo  = "com.ligilo"
	AppJurnalo = "com.jurnalo"
)
View Source
const (
	QueueLigilo       = "ligilo"
	QueueNotification = "notification"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateShortLink struct {
	Token string `json:"token"`
	Url   string `json:"url"`
}
type DeleteShortLink struct {
	Token string `json:"token"`
}

type SendNotification

type SendNotification struct {
	Message string `json:"message"`
}
type UpdateShortLink struct {
	Token string `json:"token"`
	Url   string `json:"url"`
}

Jump to

Keyboard shortcuts

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