contracts

package
v0.0.0-...-0117b6e Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package contracts defines the common structs needed for messageservice

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InstanceMessage

type InstanceMessage struct {
	CreatedDate string
	Destination string
	MessageId   string
	Payload     string
	Topic       string
}

InstanceMessage is an interface between agent and both upstream services - MDS, MGS Messages from MDS (ssmmds.Message) and MGS (AgentPayload) will be converted to InstanceMessage ssmmds.Message, AgentPayload (upstream) --> InstanceMessage --> SendCommandPayload, CancelCommandPayload (agent)

Jump to

Keyboard shortcuts

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