minutes

package
v1.0.49 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package minutes registers Minutes-domain EventKeys.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Keys

func Keys() []event.KeyDefinition

Keys returns all Minutes-domain EventKey definitions.

Types

type MinutesMinuteGeneratedOutput

type MinutesMinuteGeneratedOutput struct {
	Type         string                     `json:"type"                     desc:"Event type; always minutes.minute.generated_v1"`
	EventID      string                     `json:"event_id,omitempty"       desc:"Globally unique event ID; safe for deduplication"`
	Timestamp    string                     `` /* 144-byte string literal not displayed */
	MinuteToken  string                     `json:"minute_token,omitempty"   desc:"Minute token"`
	Title        string                     `json:"title,omitempty"          desc:"Minute title"`
	MinuteSource *MinutesMinuteSourceOutput `json:"minute_source,omitempty"  desc:"Minute source metadata"`
}

MinutesMinuteGeneratedOutput is the flattened shape for minutes.minute.generated_v1.

type MinutesMinuteSourceOutput

type MinutesMinuteSourceOutput struct {
	SourceType     string `json:"source_type,omitempty"      desc:"Minute source type"`
	SourceEntityID string `json:"source_entity_id,omitempty" desc:"Source entity ID"`
}

MinutesMinuteSourceOutput is the flattened minute source payload.

Jump to

Keyboard shortcuts

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