config

package
v0.2.0-dev Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CollaborationConfig

type CollaborationConfig struct {
	Type string
	Hash string
}

CollaborationConfig holds collaboration-specific configuration

type ModelConfig

type ModelConfig[T any] struct {
	Name     string
	Type     reflect.Type
	Fields   T
	Wrap     reflect.Value
	Instance reflect.Value
	Def      reflect.Value
	Pool     reflect.Value
}

ModelConfig holds the configuration for model generation

type ParticipantConfig

type ParticipantConfig struct {
	ParticipantName []string
	ParticipantHash []string
}

ParticipantConfig holds participant-specific configuration

type ParticipantDetails

type ParticipantDetails struct {
	ID          string
	Hash        string
	Name        string
	ProcessRef  string
	ProcessHash string
}

ParticipantDetails contains participant-specific information

type ProcessConfig

type ProcessConfig struct {
	Process     []reflect.Value
	ProcessName []string
	ProcessType []string
	ProcessHash []string
	ProcessExec []bool
}

ProcessConfig holds process-specific configuration

Jump to

Keyboard shortcuts

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