Documentation
¶
Overview ¶
Package adoption compile-checks the public field, adapter, and plugin surfaces used throughout the adoption documentation. It is intentionally database-free and safe in the default test gate.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PostgresOpen = postgres.Open PostgresProjectMigrations = postgres.ProjectMigrations SQLiteOpen = sqlite.Open SQLiteProjectMigrations = sqlite.ProjectMigrations MongoDBOpen = mongodb.Open MongoDBProjectMigrations = mongodb.ProjectMigrations )
Adapter constructors and migration drivers stay referenced here so documentation cannot drift to a renamed or removed public setup surface without failing to compile.
View Source
var ( RichTextNew = richtext.New SEONew = seo.New FormBuilderNew = formbuilder.New GraphQLNew = graphqlplugin.New MCPNew = mcp.New )
Paired plugin constructors used by the public installation guides.
Functions ¶
func Fields ¶
func Fields() []field.Definition
Fields exercises every built-in field constructor with its smallest valid public shape.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.