documents

package
v0.0.0-...-06831c0 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ComposeResources

func ComposeResources() *composeResources

func SystemResources

func SystemResources() *systemResources

Types

type Document

type Document struct {
	ID     uint64      `json:"id,string"`
	URL    string      `json:"url,omitempty"`
	Source interface{} `json:"source"`
}

type Filter

type Filter struct {
	Limit    uint                 `json:"limit"`
	NextPage *filter.PagingCursor `json:"nextPage"`
}

type Response

type Response struct {
	Filter    Filter     `json:"filter"`
	Documents []Document `json:"documents"`
}

Jump to

Keyboard shortcuts

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