domain

package
v0.1.24 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2026 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 Memory

type Memory struct {
	ID              int64
	Text            string
	Scope           Scope
	ScopeAssignment ScopeAssignment
	CreatedAt       time.Time
	UpdatedAt       time.Time
	ScopeUpdatedAt  time.Time
	Revision        int64
}

type Scope added in v0.1.24

type Scope struct {
	ID    string
	Kind  ScopeKind
	Label string
}

type ScopeAssignment added in v0.1.24

type ScopeAssignment string
const (
	ScopeAssignmentAutomatic ScopeAssignment = "automatic_context"
	ScopeAssignmentExplicit  ScopeAssignment = "explicit"
	ScopeAssignmentLegacy    ScopeAssignment = "legacy_default"
)

type ScopeKind added in v0.1.24

type ScopeKind string
const (
	ScopeKindUser ScopeKind = "user"
	ScopeKindRepo ScopeKind = "repo"
)

Jump to

Keyboard shortcuts

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