structs

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2024 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProductData

type ProductData struct {
	Abbreviation string `json:"abbreviation"`
	// PerDocTypeData is a map of each document type (RFC, PRD, etc)
	// to the associated data
	PerDocTypeData map[string]ProductDocTypeData `json:"perDocTypeData"`
}

ProductData is the data associated with a product or area. This may include product abbreviation, etc.

type ProductDocTypeData

type ProductDocTypeData struct {
	FolderID        string `json:"folderID"`
	LatestDocNumber int    `json:"latestDocNumber"`
}

ProductDocTypeData contains data for each document type.

type Products

type Products struct {
	// ObjectID should be "products"
	ObjectID string                 `json:"objectID,omitempty"`
	Data     map[string]ProductData `json:"data"`
}

Products is the slice of product data.

Jump to

Keyboard shortcuts

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