agent

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package agent provides domain models for the agent

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Description

type Description struct {
	IdentifyingAttributes    map[string]string
	NonIdentifyingAttributes map[string]string
}

Description represents the description of an agent. It contains identifying and non-identifying attributes.

func (*Description) Host

func (ad *Description) Host() Host

Host returns host information.

func (*Description) Service

func (ad *Description) Service() vo.Service

Service returns service information.

type Host

type Host struct {
	Name string
}

Host is a domain model that represents a host.

Jump to

Keyboard shortcuts

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