record

package
v1.0.0-main.55 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChapterEntry

type ChapterEntry struct {
	Name      string
	Number    int
	Sections  []SectionEntry
	UserId    string
	CreatedAt time.Time
	UpdatedAt time.Time
}

type ChapterWithoutAutofieldEntry

type ChapterWithoutAutofieldEntry struct {
	Name   string
	Number int
}

type GraphChildEntry

type GraphChildEntry struct {
	Name        string
	Relation    string
	Description string
	Children    []GraphChildEntry
}

type GraphContentEntry

type GraphContentEntry struct {
	Paragraph string
	Children  []GraphChildEntry
}

type GraphEntry

type GraphEntry struct {
	Name      string
	Paragraph string
	Children  []GraphChildEntry
	UserId    string
	CreatedAt time.Time
	UpdatedAt time.Time
}

type GraphWithoutAutofieldEntry

type GraphWithoutAutofieldEntry struct {
	Name      string
	Paragraph string
	Children  []GraphChildEntry
}

type PaperEntry

type PaperEntry struct {
	Content   string
	UserId    string
	CreatedAt time.Time
	UpdatedAt time.Time
}

type PaperWithoutAutofieldEntry

type PaperWithoutAutofieldEntry struct {
	Content string
}

type ProjectEntry

type ProjectEntry struct {
	Name        string
	Description string
	UserId      string
	CreatedAt   time.Time
	UpdatedAt   time.Time
}

type ProjectWithoutAutofieldEntry

type ProjectWithoutAutofieldEntry struct {
	Name        string
	Description string
}

type SectionEntry

type SectionEntry struct {
	Id        string
	Name      string
	UserId    string
	CreatedAt time.Time
	UpdatedAt time.Time
}

type SectionWithoutAutofieldEntry

type SectionWithoutAutofieldEntry struct {
	Id   string
	Name string
}

Jump to

Keyboard shortcuts

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