contact

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Driver

type Driver interface {
	Kind() string
	Deliver(context.Context, Request) (Record, error)
}

type Record

type Record struct {
	Agent       string
	Kind        string
	ID          string
	State       string
	Instruction string
}

func (Record) String

func (r Record) String() string

type Request

type Request struct {
	Agent   string
	Contact manifest.Contact
	Message string
	Wait    bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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