external_refs_recursive

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Address

type Address struct {
	City    string  `json:"city"`
	Country *string `json:"country,omitempty"`
	Street  string  `json:"street"`
}

type Article

type Article struct {
	Author    Author    `json:"author"`
	CoAuthors []Author  `json:"coAuthors,omitempty"`
	ID        uuid.UUID `json:"id"`
	Title     string    `json:"title"`
}

type Author

type Author struct {
	ContactInfo *ContactInfo `json:"contactInfo,omitempty"`
	ID          uuid.UUID    `json:"id"`
	Name        string       `json:"name"`
}

type ContactInfo

type ContactInfo struct {
	Address *Address     `json:"address,omitempty"`
	Email   mail.Address `json:"email"`
	Phone   *string      `json:"phone,omitempty"`
}

Jump to

Keyboard shortcuts

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