test

package
v0.0.0-...-e15201a Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2026 License: AGPL-3.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 Document

type Document struct {
	ID           int       `gosqlite:"id,primary,increment"`
	Title        string    `gosqlite:"title"`
	Body         string    `gosqlite:"body"`
	Tags         []string  `gosqlite:"tags"`
	Creation     time.Time `gosqlite:"creation"`
	BooleanField bool      `gosqlite:"boolean_field"`
}

type MultiLayerStruct

type MultiLayerStruct struct {
	Name          string                          `gosqlite:"name,primary,unique"`
	Layer1        MultiLayerStructEmbeddedStruct  `gosqlite:"layer1"`
	Layer2        MultiLayerStructEmbeddedStruct  `gosqlite:"layer2"`
	PointerLayer1 *MultiLayerStructEmbeddedStruct `gosqlite:"pointer_layer1"`
	PointerLayer2 *MultiLayerStructEmbeddedStruct `gosqlite:"pointer_layer2"`
}

type MultiLayerStructEmbeddedStruct

type MultiLayerStructEmbeddedStruct struct {
	Name    string `gosqlite:"name"`
	Content string `gosqlite:"content"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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