capabilities

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthSummary

type AuthSummary struct {
	OIDCEnabled                bool `json:"oidc_enabled"`
	APIKeyEnabled              bool `json:"api_key_enabled"`
	AdminJustificationRequired bool `json:"admin_justification_required"`
	UserIDAssertionEnabled     bool `json:"user_id_assertion_enabled"`
}

type FeatureSummary

type FeatureSummary struct {
	OutboxEnabled             bool `json:"outbox_enabled"`
	SemanticSearchEnabled     bool `json:"semantic_search_enabled"`
	FulltextSearchEnabled     bool `json:"fulltext_search_enabled"`
	CorsEnabled               bool `json:"cors_enabled"`
	ManagementListenerEnabled bool `json:"management_listener_enabled"`
	PrivateSourceURLsEnabled  bool `json:"private_source_urls_enabled"`
	S3DirectDownloadEnabled   bool `json:"s3_direct_download_enabled"`
}

type SecuritySummary

type SecuritySummary struct {
	EncryptionEnabled           bool `json:"encryption_enabled"`
	DBEncryptionEnabled         bool `json:"db_encryption_enabled"`
	AttachmentEncryptionEnabled bool `json:"attachment_encryption_enabled"`
}

type Summary

type Summary struct {
	Version  string          `json:"version"`
	Tech     TechSummary     `json:"tech"`
	Features FeatureSummary  `json:"features"`
	Auth     AuthSummary     `json:"auth"`
	Security SecuritySummary `json:"security"`
}

func Build

func Build(cfg *config.Config) Summary

type TechSummary

type TechSummary struct {
	Store       string `json:"store"`
	Attachments string `json:"attachments"`
	Cache       string `json:"cache"`
	Vector      string `json:"vector"`
	EventBus    string `json:"event_bus"`
	Embedder    string `json:"embedder"`
}

Jump to

Keyboard shortcuts

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